Package jcckit.data
Interface DataListener
-
- All Known Implementing Classes:
Plot
public interface DataListenerAn interface all observers ofDataEventshave to implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddataChanged(DataEvent event)Sends the specified data event to this object.
-
-
-
Method Detail
-
dataChanged
void dataChanged(DataEvent event)
Sends the specified data event to this object.- Parameters:
event- Data event informing where and what happened.
-
-