|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Event
The 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
Method Summary | |
---|---|
java.lang.String |
getName()
Get the local part of the event name. |
javax.xml.namespace.QName |
getQName()
Get the event QName. |
java.io.Serializable |
getValue()
Get the event payload. |
Method Detail |
---|
javax.xml.namespace.QName getQName()
null
.java.lang.String getName()
null
.java.io.Serializable getValue()
null
if this event has no payload.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |