|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.connecterra.util.event.PeriodicEvent
public abstract class PeriodicEvent
Like Event
, except used as the base class for periodically
executed event handlers.
AbstractEventProcessor.doPeriodic(com.connecterra.util.event.AbstractEventProcessor.PeriodicEventHandle, long, com.connecterra.util.event.PeriodicEvent)
Constructor Summary | |
---|---|
PeriodicEvent()
|
Method Summary | |
---|---|
abstract void |
handle()
When the PeriodicEvent is handled on the AbstractEventProcessor's Scheduler, this method is called on the Scheduler's thread. |
void |
stop()
When this method is invoked, the periodic event will be cancelled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeriodicEvent()
Method Detail |
---|
public abstract void handle()
Event.handle()
public void stop()
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |