com.ibm.btt.clientserver
Class CSNotificationEvent
java.lang.Object
java.util.EventObject
com.ibm.btt.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
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 |
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.Objectevent
- EventObject
getFiredEvent
public java.util.EventObject getFiredEvent()
- Gets the _firedEvent property (java.awt.EventObject) value.
- Returns:
- java.awt.EventObject
(c) Copyright IBM Corporation 1998, 2011