borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.model 

SingletonModelEvent class

java.lang.Object
   +----java.util.EventObject
           +----borland.jbcl.util.DispatchableEvent
                   +----borland.jbcl.model.ModelEvent
                           +----borland.jbcl.model.SingletonModelEvent

About the SingletonModelEvent class

Variables  Constructors  Properties  Methods  

Implements Serializable

The event object that is generated when a singleton model object has its data item changed.


SingletonModelEvent variables

Variables implemented in borland.jbcl.model.ModelEvent

Variables implemented in java.util.EventObject

SingletonModelEvent constructors

SingletonModelEvent properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in borland.jbcl.model.ModelEvent

Properties implemented in borland.jbcl.util.DispatchableEvent

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

SingletonModelEvent methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.DispatchableEvent

Methods implemented in java.lang.Object


SingletonModelEvent constructors

SingletonModelEvent(borland.jbcl.model.SingletonModel)

  public SingletonModelEvent(borland.jbcl.model.SingletonModel model)

SingletonModelEvent properties

model

 public SingletonModel getModel()
A read-only property that specifies the model object where the event occurred.

SingletonModelEvent methods

dispatch(java.util.EventListener)

  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.

paramString()

  protected String paramString()
Appends SingletonModelEvent parameters to the superclass paramString() method.
Overrides:
borland.jbcl.model.ModelEvent.paramString()