IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.event
Class CSNotificationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.btt.event.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
static java.lang.String COPYRIGHT
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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 WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009