| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageEvent
A MessageEvent is sent by the portlet container if one portlet sends a message to another.
If applicable, portlet programmers should use Property Broker or Click-to-Action instead of this low-level message passing facility
Field Summary | |
---|---|
static int | MESSAGE_RECEIVED
Deprecated. Event identifier indicating that a message has been received. |
Method Summary | |
---|---|
PortletMessage | getMessage()
Deprecated. Returns the message that this event carries. |
Methods inherited from interface org.apache.jetspeed.portlet.event.Event |
---|
getPortlet, getRequest |
Field Detail |
---|
static final int MESSAGE_RECEIVED
An event with this id is fired when one portlet (the source) sends a message to another portlet (the target). The target portlet is specified by name.
Method Detail |
---|
PortletMessage getMessage()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |