portal.event
Class PortalEventDispatcher

java.lang.Object
  extended byportal.event.PortalEventDispatcher
All Implemented Interfaces:
I_PortalBootClass

public class PortalEventDispatcher
extends java.lang.Object
implements I_PortalBootClass

Dispatches events to event handlers.

Version:
$Revision: 1.7 $
Author:
Thomas Weckert

Constructor Summary
PortalEventDispatcher()
           
 
Method Summary
 void destroy()
           
 void dispatchEvent(I_PortalEvent event)
           
 void init(PortalApplication portalApplication, PortalConfiguration portalConfig)
           
 void registerEventHandler(I_PortalEventHandler eventHandler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalEventDispatcher

public PortalEventDispatcher()
Method Detail

init

public void init(PortalApplication portalApplication,
                 PortalConfiguration portalConfig)
Specified by:
init in interface I_PortalBootClass
See Also:
I_PortalBootClass.init(portal.main.PortalApplication, portal.main.PortalConfiguration)

destroy

public void destroy()
Specified by:
destroy in interface I_PortalBootClass
See Also:
I_PortalBootClass.destroy()

registerEventHandler

public void registerEventHandler(I_PortalEventHandler eventHandler)

dispatchEvent

public void dispatchEvent(I_PortalEvent event)