borland Packages Class Hierarchy jbcl.model Package Index
java.lang.Object +----java.util.EventObject +----borland.jbcl.util.DispatchableEvent +----borland.jbcl.model.ModelEvent +----borland.jbcl.model.SingletonModelEvent
Variables Constructors Properties Methods
Implements Serializable
The event object that is generated when a singleton model object has its data item changed.
public SingletonModelEvent(borland.jbcl.model.SingletonModel model)
public SingletonModel getModel()A read-only property that specifies the model object where the event occurred.
public void dispatch(java.util.EventListener listener)Checks that the event id is contentChanged and sends a copy of the event object to registered listeners if it is. Returns true in this case, otherwise (if the event id is anything else) returns false.
protected String paramString()Appends SingletonModelEvent parameters to the superclass paramString() method.