com.instantbank.servicing.control.event
Class ServicingEventSupport

java.lang.Object
  |
  +--com.instantbank.servicing.control.event.ServicingEventSupport
All Implemented Interfaces:
java.io.Serializable, ServicingEvent
Direct Known Subclasses:
ParmLevel1ValuesEvent, ParmLevel2ValuesEvent, ParmLevelsNameEvent, ParmRestrictionsEvent, ParmSearchOrderEvent, SetParameterXValueEvent

public class ServicingEventSupport
extends java.lang.Object
implements java.io.Serializable, ServicingEvent

This is the base class for all events used by the application. Currently this class only implements Serializable to ensure that all events may be sent the the EJB container via RMI-IIOP.

Author:
Instant-bank (Consuelo Franky)
See Also:
Serialized Form

Constructor Summary
ServicingEventSupport()
           
 
Method Summary
 java.lang.String getEventName()
          Gets the eventName attribute of the ServicingEventSupport object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ServicingEventSupport

public ServicingEventSupport()
Method Detail

getEventName

public java.lang.String getEventName()
Gets the eventName attribute of the ServicingEventSupport object
Specified by:
getEventName in interface ServicingEvent
Returns:
The eventName value