Interface SlateModelListener

All Known Implementing Classes:
Slate

public abstract interface SlateModelListener
extends java.util.EventListener

Interface for listening to changes in model of type SlateModel.

Author:
Ramnivas Laddad

Method Summary
 void slateChanged(SlateModelEvent event)
          Notification that a change has occured in model
 

Method Detail

slateChanged

public void slateChanged(SlateModelEvent event)
Notification that a change has occured in model
Parameters:
event - information about change in the model