IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.clientserver
Class CSNotificationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.clientserver.CSNotificationEvent
All Implemented Interfaces:
java.io.Serializable

public class CSNotificationEvent
extends java.util.EventObject

The CSNotificationEvent class is fired when a remote event is sent from the client to the server and vice versa. The EventsManager is interested in it.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CSNotificationEvent(java.lang.Object source)
          This constructor creates a CSNotificationEvent object.
CSNotificationEvent(java.lang.Object source, java.util.EventObject event)
          This constructor creates a CSNotificationEvent object.
 
Method Summary
 java.util.EventObject getFiredEvent()
          Gets the _firedEvent property (java.awt.EventObject) value.
 
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

CSNotificationEvent

public CSNotificationEvent(java.lang.Object source)
This constructor creates a CSNotificationEvent object.

Parameters:
source - java.lang.Object

CSNotificationEvent

public CSNotificationEvent(java.lang.Object source,
                           java.util.EventObject event)
This constructor creates a CSNotificationEvent object.

Parameters:
source - java.lang.Object
event - EventObject
Method Detail

getFiredEvent

public java.util.EventObject getFiredEvent()
Gets the _firedEvent property (java.awt.EventObject) value.

Returns:
java.awt.EventObject

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005