Uses of Package
com.cinecolombia.interfases.control.event

Packages that use com.cinecolombia.interfases.control.event
com.cinecolombia.interfases.control.ejb Controlador MVC del nivel EJB para el módulo Interfases. 
com.cinecolombia.interfases.control.ejb.handlers Clases manejadoras para el controlador MVC del nivel EJB del módulo Interfases (una por caso de uso). 
com.cinecolombia.interfases.control.event Clases Event que representan pedidos sobre el Model de Interfases. 
com.cinecolombia.interfases.control.web Controlador MVC del nivel Web para el módulo Interfases. 
com.cinecolombia.interfases.control.web.handlers Clases manejadoras para el controlador MVC del nivel Web del módulo Interfases (una por caso de uso). 
 

Classes in com.cinecolombia.interfases.control.event used by com.cinecolombia.interfases.control.ejb
InterfasesEvent
          This interface determines the required methods for an event of interfases module
 

Classes in com.cinecolombia.interfases.control.event used by com.cinecolombia.interfases.control.ejb.handlers
ComplejosEvent
          complejos usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data.
ExportarComplejoEvent
          exportarComplejo usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data.
IngresarDatosComplejoEvent
          ingresarDatosComplejo usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data.
InterfasesEvent
          This interface determines the required methods for an event of interfases module
PeliculasExhibicionEvent
          PeliculasExhibicion usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data.
ProgramacionEvent
          programacion usecase: This event is sent from the web tier to the EJB Controller to notify the EJB Controller that an action needs to be made in the model data.
 

Classes in com.cinecolombia.interfases.control.event used by com.cinecolombia.interfases.control.event
InterfasesEvent
          This interface determines the required methods for an event of interfases module
InterfasesEventSupport
          This is the base class for all events used by the interfases module.
 

Classes in com.cinecolombia.interfases.control.event used by com.cinecolombia.interfases.control.web
InterfasesEvent
          This interface determines the required methods for an event of interfases module
 

Classes in com.cinecolombia.interfases.control.event used by com.cinecolombia.interfases.control.web.handlers
InterfasesEvent
          This interface determines the required methods for an event of interfases module