org.jboss.portal.core.impl.api.event
Class PortalEventContextImpl

java.lang.Object
  extended by org.jboss.portal.core.impl.api.event.PortalEventContextImpl
All Implemented Interfaces:
PortalEventContext

public class PortalEventContextImpl
extends java.lang.Object
implements PortalEventContext

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
PortalEventContextImpl(PortalRuntimeContext portalRuntimeContext)
           
 
Method Summary
 PortalRuntimeContext getPortalRuntimeContext()
          Returns the portal runtime context or null if no event context can be associated with the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalEventContextImpl

public PortalEventContextImpl(PortalRuntimeContext portalRuntimeContext)
Method Detail

getPortalRuntimeContext

public PortalRuntimeContext getPortalRuntimeContext()
Description copied from interface: PortalEventContext
Returns the portal runtime context or null if no event context can be associated with the event.

Specified by:
getPortalRuntimeContext in interface PortalEventContext
Returns:
the portal runtime context