|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISuspendableEventGenerator
Interface that defines an event generator that can be suspended and resumed. Event generators that implement this interface are capable of suspending their generation of events, and natively holding on to events while they are suspended.
Method Summary | |
---|---|
void |
resume()
Resume the generation of events. |
void |
suspend()
Suspend (temporarily) the generation of events. |
Methods inherited from interface com.bea.wlai.event.IEventGenerator |
---|
init, refresh, start, stop |
Method Detail |
---|
void suspend() throws Exception
Exception
void resume() throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |