public interface ProcessEvent
extends javax.portlet.Event
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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()
String getClassName()
Serializable getRawValue()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.