org.jboss.portal.portlet
Class StateEvent

java.lang.Object
  extended by org.jboss.portal.portlet.StateEvent

public class StateEvent
extends java.lang.Object

An event that signals state modifications

Since:
2.6
Version:
$Revision: 7267 $
Author:
Julien Viet, Chris Laprun

Nested Class Summary
static class StateEvent.Type
           
 
Constructor Summary
StateEvent(PortletContext context, StateEvent.Type type)
           
 
Method Summary
 PortletContext getPortletContext()
           
 StateEvent.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateEvent

public StateEvent(PortletContext context,
                  StateEvent.Type type)
Method Detail

getPortletContext

public PortletContext getPortletContext()

getType

public StateEvent.Type getType()


Copyright © 2008. All Rights Reserved.