Package adams.event
Interface PublicationListener
-
public interface PublicationListener
Interface 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 void
dataPublished(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
-
-