|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void suspend() throws Exception
Exception
public void resume() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |