borland Packages  Class Hierarchy  dbswing Package 

DBRuntimeEvent class

java.lang.Object
   +----java.util.EventObject
           +----com.borland.jb.util.DispatchableEvent
                   +----com.borland.dbswing.DBRuntimeEvent

About the DBRuntimeEvent class

Variables  Constructors  Properties  Methods  

Implements Serializable

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


DBRuntimeEvent variables

Variables implemented in java.util.EventObject

DBRuntimeEvent constructors

DBRuntimeEvent properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.jb.util.DispatchableEvent

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

DBRuntimeEvent methods

Methods implemented in this class

Methods implemented in com.borland.jb.util.DispatchableEvent

Methods implemented in java.lang.Object


DBRuntimeEvent constructors

DBRuntimeEvent(java.lang.Object)

  public DBRuntimeEvent(Object source)
This constructor is used internally by other com.borland classes. You should never use this constructor directly.

DBRuntimeEvent methods

dispatch(java.util.EventListener)

  public void dispatch(EventListener listener)
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.jb.util.DispatchableEvent.dispatch(java.util.EventListener)