|
||||||||||
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.
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()
java.lang.String getName()
java.io.Serializable getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |