|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| 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 | |
|---|---|
String |
getName()
Get the local part of the event name. |
QName |
getQName()
Get the event QName. |
Serializable |
getValue()
Get the event payload. |
| Method Detail |
|---|
QName getQName()
null.String getName()
null.Serializable getValue()
null if this event has no payload.
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||