portal.event
Class PortalFlushCachesEvent

java.lang.Object
  extended byportal.event.PortalFlushCachesEvent
All Implemented Interfaces:
I_PortalEvent

public class PortalFlushCachesEvent
extends java.lang.Object
implements I_PortalEvent

An event to flush caches.

Version:
$Revision: 1.3 $
Author:
Thomas Weckert

Constructor Summary
PortalFlushCachesEvent()
           
 
Method Summary
 I_PortalEventType getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalFlushCachesEvent

public PortalFlushCachesEvent()
Method Detail

getType

public I_PortalEventType getType()
Specified by:
getType in interface I_PortalEvent
See Also:
I_PortalEvent.getType()