|
Protomatter Classes v1.1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PASEvent | |
com.protomatter.pas.cron | Interfaces for the PAS cron facility. |
com.protomatter.pas.event | Interfaces for the PAS event tree facility. |
com.protomatter.pas.eventmanager | The default implementation of the PAS event tree facility. |
Uses of PASEvent in com.protomatter.pas.cron |
Methods in com.protomatter.pas.cron that return PASEvent | |
PASEvent |
CronEntry.getEvent()
Get this entry's event. |
Methods in com.protomatter.pas.cron with parameters of type PASEvent | |
void |
CronEntry.setEvent(PASEvent event)
Set this entry's event. |
Uses of PASEvent in com.protomatter.pas.event |
Methods in com.protomatter.pas.event with parameters of type PASEvent | |
void |
ExampleEventListener.handlePASEvent(java.lang.String topic,
PASEvent event)
Simply logs the event using Syslog. |
void |
PASEventListener.handlePASEvent(java.lang.String topic,
PASEvent event)
This method is called when an event arrives and the implementor of this object is listening for the given topic. |
void |
PASEventManager.sendEvent(java.lang.String topic,
PASEvent event)
Send an event to the given topic. |
Uses of PASEvent in com.protomatter.pas.eventmanager |
Methods in com.protomatter.pas.eventmanager with parameters of type PASEvent | |
void |
PASEventManagerImpl.sendEvent(java.lang.String topic,
PASEvent event)
|
|
Protomatter Classes v1.1.6 Copyright 1998-2001 Nate Sammons |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Protomatter Classes v1.1.6 | http://protomatter.sourceforge.net/1.1.6 |