Uses of Class
za.org.coefficient.events.CoefficientEvent

Packages that use CoefficientEvent
za.org.coefficient.events   
za.org.coefficient.events.beans   
za.org.coefficient.modules   
za.org.coefficient.modules.mailforum   
za.org.coefficient.modules.project   
 

Uses of CoefficientEvent in za.org.coefficient.events
 

Subclasses of CoefficientEvent in za.org.coefficient.events
 class RoleChangedEvent
           
 class RSSItemCreatedEvent
          Class: Coefficient event to handle the creation of RSS items.
 

Fields in za.org.coefficient.events declared as CoefficientEvent
private  CoefficientEvent WebappEventInvoker.event
           
 

Methods in za.org.coefficient.events with parameters of type CoefficientEvent
 void EventDispatcher.dispatchEvent(CoefficientEvent event)
          Dispatch an event to all appropriate handlers
 void CoefficientEventHandler.handleEvent(CoefficientEvent event)
          Handle the event
(package private)  void EJBEventInvoker.publishEvent(CoefficientEvent event)
           
(package private)  void WebappEventInvoker.publishEvent(CoefficientEvent event)
           
static void CoefficientEvents.publishEvent(CoefficientEvent event)
          Utility method to publish events to the queue.
 void CoefficientEventPublisher.publishEvent(CoefficientEvent event)
           
 

Uses of CoefficientEvent in za.org.coefficient.events.beans
 

Methods in za.org.coefficient.events.beans with parameters of type CoefficientEvent
private  void CoefficientEventMessageBean.handleEvent(CoefficientEvent event)
          Dispatch/handle the event
 

Uses of CoefficientEvent in za.org.coefficient.modules
 

Methods in za.org.coefficient.modules with parameters of type CoefficientEvent
 void BaseModule.publishEvent(CoefficientEvent event)
           
 

Uses of CoefficientEvent in za.org.coefficient.modules.mailforum
 

Methods in za.org.coefficient.modules.mailforum with parameters of type CoefficientEvent
 void MailForum.ProjectMemberRoleChangeEventHandler.handleEvent(CoefficientEvent event)
           
 

Uses of CoefficientEvent in za.org.coefficient.modules.project
 

Methods in za.org.coefficient.modules.project with parameters of type CoefficientEvent
 void Projects.TestEventHandler.handleEvent(CoefficientEvent event)
           
 



Copyright CSIR. All Rights Reserved.