|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessEvent
ProcessEvent extends the Portlet API Event to give Jetspeed internals access to processing status as well other state information necessary to the internal implementation.
Method Summary | |
---|---|
java.lang.String |
getClassName()
Retrieve the class name of the serializable class that represents the Portlet Event. |
org.apache.pluto.container.PortletWindow |
getPortletWindow()
Retrieve the portlet window associated with this event. |
java.io.Serializable |
getRawValue()
Retrieve the raw value of the event class instance. |
boolean |
isProcessed()
Indicates whether an event has been processed by the portal, or is queued to be processed. |
void |
setProcessed(boolean processed)
Sets the current event status to processed. |
Methods inherited from interface javax.portlet.Event |
---|
getName, getQName, getValue |
Method Detail |
---|
void setProcessed(boolean processed)
processed
- Use this boolean to set the processed flag to either true or false.boolean isProcessed()
org.apache.pluto.container.PortletWindow getPortletWindow()
java.lang.String getClassName()
java.io.Serializable getRawValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |