jbcl.model Package
java.lang.Object +----java.util.EventObject +----com.borland.jb.util.DispatchableEvent +----com.borland.jbcl.model.ModelEvent +----com.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(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.
Overrides: com.borland.jbcl.model.ModelEvent.paramString()