public class ResetEvent extends PageEditorEvent
ResetEvent
is a notification that the state fo the page or
a component is reset.
RestEvent
does not have parameters.
Constructor and Description |
---|
ResetEvent() |
Modifier and Type | Method and Description |
---|---|
Event |
getEventType()
Returns the type of this event.
|
void |
processListener(PageEditorListener listener)
Broadcast this
ResetEvent to the specified
PageEditorListener , by whatever mechanism is appropriate. |
isEventHandled, setEventHandled
public void processListener(PageEditorListener listener) throws javax.faces.event.AbortProcessingException
ResetEvent
to the specified
PageEditorListener
, by whatever mechanism is appropriate.
This is accomplished by calling processReset
method on
ResetListener
, and passing this ResetEvent
as a paramter.processListener
in class PageEditorEvent
listener
- PageEditorListener
to send this
ResetEvent
to.javax.faces.event.AbortProcessingException
- Signal Oracle Composer that no further
processing on the current event should be performed.public final Event getEventType()
getEventType
in class PageEditorEvent
Event.RESET_EVENT
.