Protomatter Classes v1.1.6

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.
 

Method Detail

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.

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6