|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.router.core.Alerter
public class Alerter
Simple "alarm clock" like class that gives an alert on regular intervals to any classes that registered to be notified.
Nested Class Summary | |
---|---|
static interface |
Alerter.Alertable
Simple interface for callback to an component that is being "alerted". |
class |
Alerter.TimerCallback
|
Constructor Summary | |
---|---|
Alerter(int alert_time)
|
Method Summary | |
---|---|
void |
addAlerter(Alerter.Alertable a)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Alerter(int alert_time)
Method Detail |
---|
public void addAlerter(Alerter.Alertable a)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |