com.protomatter.pas.event
Interface PASEventListener
- All Known Implementing Classes:
- ExampleEventListener
- public interface PASEventListener
This interface must be implemented by objects
wishing to listen to events in the PAS event tree.
Method Summary |
void |
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. |
handlePASEvent
public void 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.