Package jcckit.data
Interface DataListener
- All Known Implementing Classes:
Plot
public interface DataListener
An interface all observers of
DataEvents
have to implement.-
Method Summary
Modifier and TypeMethodDescriptionvoid
dataChanged
(DataEvent event) Sends the specified data event to this object.
-
Method Details
-
dataChanged
Sends the specified data event to this object.- Parameters:
event
- Data event informing where and what happened.
-