public interface Event
Event interface represents an event that the portlet has received
 in the event processing phase.
 
 The Event interface encapsulates the event name and event payload,
 it does not represent the event object itself.
 
 The portlet must define the events it is able to receive in the portlet deployment
 descriptor with the supported-processing-event.
EventPortletQName getQName()
null.String getName()
null.Serializable getValue()
null if this event has no payload.Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.