frysk.gui.sessions
Interface WatchListListener

All Known Implementing Classes:
VariableWatchView

public interface WatchListListener

Classes implementing VariableWatchListener should be looking to recieve events when variables are added, removed, or refreshed from a WatchList


Method Summary
 void variableWatchAdded(UpdatingDisplayValue disp)
          Called whenever a variable is added to the list of watched variables
 void variableWatchChanged(UpdatingDisplayValue disp)
          Called whenever a variable is refreshed in the list of watched variables
 void variableWatchDeleted(UpdatingDisplayValue disp)
          Called whenever a display is removed from the list of watched variables
 

Method Detail

variableWatchAdded

void variableWatchAdded(UpdatingDisplayValue disp)
Called whenever a variable is added to the list of watched variables

Parameters:
disp - The display that was added

variableWatchChanged

void variableWatchChanged(UpdatingDisplayValue disp)
Called whenever a variable is refreshed in the list of watched variables

Parameters:
disp - The display that was updated

variableWatchDeleted

void variableWatchDeleted(UpdatingDisplayValue disp)
Called whenever a display is removed from the list of watched variables

Parameters:
disp - The display that was removed