Package org.gatein.pc.api
Class StateEvent
- java.lang.Object
-
- org.gatein.pc.api.StateEvent
-
public class StateEvent extends Object
An event that signals state modifications- Since:
- 2.6
- Version:
- $Revision: 7267 $
- Author:
- Julien Viet, Chris Laprun
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStateEvent.Type
-
Constructor Summary
Constructors Constructor Description StateEvent(PortletContext context, StateEvent.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortletContextgetPortletContext()StateEvent.TypegetType()
-
-
-
Constructor Detail
-
StateEvent
public StateEvent(PortletContext context, StateEvent.Type type)
-
-
Method Detail
-
getPortletContext
public PortletContext getPortletContext()
-
getType
public StateEvent.Type getType()
-
-