| |
|
| org.apache.cocoon.portal.event.Subscriber
Method Summary | |
Class | getEventType() Returns the event type of the event on which the Subscriber is interested. | Filter | getFilter() Returns the filter used to select the events in which the subscriber is
interested. | void | inform(Event event) Callback method informing the Subscriber of the occurence of an event. |
getEventType | Class getEventType()(Code) | | Returns the event type of the event on which the Subscriber is interested.
The event type is encoded by a Class.
the Class encoding the event type |
getFilter | Filter getFilter()(Code) | | Returns the filter used to select the events in which the subscriber is
interested.
the Filter |
inform | void inform(Event event)(Code) | | Callback method informing the Subscriber of the occurence of an event.
Parameters: event - the Event of which the Subscriber is informed |
|
|
|