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
.
EventPortlet
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the local part of the event name.
|
QName |
getQName()
Get the event QName.
|
Serializable |
getValue()
Get the event payload.
|
QName getQName()
null
.String getName()
null
.Serializable getValue()
null
if this event has no payload.Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.