com.cinecolombia.cinecolombia.control.event
Class CinecolombiaEventSupport

java.lang.Object
  |
  +--com.cinecolombia.cinecolombia.control.event.CinecolombiaEventSupport
All Implemented Interfaces:
CinecolombiaEvent, java.io.Serializable
Direct Known Subclasses:
CambioPasswordEvent, ManejoPerfilesEvent, ManejoUsersEvent, ParametrosGlobalesEvent, PermisosEspecialesEvent

public class CinecolombiaEventSupport
extends java.lang.Object
implements java.io.Serializable, CinecolombiaEvent

This is the base class for all events used by the cinecolombia 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:
Junio 2003

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

Constructor Detail

CinecolombiaEventSupport

public CinecolombiaEventSupport()
Method Detail

getEventName

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

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