Class SlateModelEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--SlateModelEvent

public class SlateModelEvent
extends java.util.EventObject

Event class for communicating changes in model of type SlateModel to its listeners of type SlateModelListener.

Author:
Ramnivas Laddad
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SlateModelEvent(SlateModel model)
          Constructor for the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlateModelEvent

public SlateModelEvent(SlateModel model)
Constructor for the event.
Parameters:
model - model in which a change has occured.