com.instantbank.lettertemplate.control.event
Class LetterTemplateEventSupport

java.lang.Object
  |
  +--com.instantbank.lettertemplate.control.event.LetterTemplateEventSupport
All Implemented Interfaces:
LetterTemplateEvent, java.io.Serializable
Direct Known Subclasses:
BatchReviewEvent, BatchStartEvent, CategoryEvent, ComponentsEvent, ImagesRepositoryEvent, PreviewPrintEvent, SetLetterJobEvent, TemplatesEvent

public class LetterTemplateEventSupport
extends java.lang.Object
implements java.io.Serializable, LetterTemplateEvent

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
LetterTemplateEventSupport()
           
 
Method Summary
 java.lang.String getEventName()
          Gets the eventName attribute of the LetterTemplateEventSupport object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LetterTemplateEventSupport

public LetterTemplateEventSupport()
Method Detail

getEventName

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