jcckit.data
Interface DataListener

All Known Implementing Classes:
Plot

public interface DataListener

An interface all observers of DataEvents have to implement.

Author:
Franz-Josef Elmer

Method Summary
 void dataChanged(DataEvent event)
          Sends the specified data event to this object.
 

Method Detail

dataChanged

public void dataChanged(DataEvent event)
Sends the specified data event to this object.

Parameters:
event - Data event informing where and what happened.