slate
Interface SlateModel.Listener

All Known Implementing Classes:
Slate

public abstract static interface SlateModel.Listener
extends java.util.EventListener

Nested interface for listening to changes in model of the enclosing type, SlateModel.


Method Summary
 void slateChanged(SlateModel.Event event)
          Notification that a change has occured in model
 

Method Detail

slateChanged

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