Package adams.event
Interface PublicationListener
-
- All Known Implementing Classes:
SubPub
public interface PublicationListenerInterface for classes that listen to data being published.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddataPublished(PublicationEvent e)Gets called when data is being published.
-
-
-
Method Detail
-
dataPublished
void dataPublished(PublicationEvent e)
Gets called when data is being published.- Parameters:
e- the data event
-
-