com.cinecolombia.interfases.control.event
Class InterfasesEventSupport

java.lang.Object
  |
  +--com.cinecolombia.interfases.control.event.InterfasesEventSupport
All Implemented Interfaces:
InterfasesEvent, java.io.Serializable
Direct Known Subclasses:
ComplejosEvent, ExportarComplejoEvent, IngresarDatosComplejoEvent, PeliculasExhibicionEvent, ProgramacionEvent

public class InterfasesEventSupport
extends java.lang.Object
implements java.io.Serializable, InterfasesEvent

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

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Mayo 2003

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

Constructor Detail

InterfasesEventSupport

public InterfasesEventSupport()
Method Detail

getEventName

public java.lang.String getEventName()
Gets the eventName attribute of the InterfasesEventSupport object

Specified by:
getEventName in interface InterfasesEvent
Returns:
The eventName value