portal.event
Interface I_PortalEventHandler

All Known Implementing Classes:
A_PortalCachingDictionaryObjectReader, PortalMessageBundleCache, PortalXSLTransformerService

public interface I_PortalEventHandler

A handler that receives events.

Events are type safe. Each event handler is responsible to register itself as an event handler in order to receive the events of the types that it supports.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert
See Also:
PortalShell.registerEventHandler(I_PortalEventHandler)

Method Summary
 java.util.List getSupportedEventTypes()
           
 void handlePortalEvent(I_PortalEvent event)
           
 

Method Detail

handlePortalEvent

public void handlePortalEvent(I_PortalEvent event)

getSupportedEventTypes

public java.util.List getSupportedEventTypes()