Class CmsContainerpageEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<I_CmsContainerpageEventHandler>
org.opencms.ade.containerpage.client.CmsContainerpageEvent
public class CmsContainerpageEvent
extends com.google.web.bindery.event.shared.Event<I_CmsContainerpageEventHandler>
This event is fired when a container page's elements or the page itself are edited.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enum for the event type.Nested classes/interfaces inherited from class com.google.web.bindery.event.shared.Event
com.google.web.bindery.event.shared.Event.Type<H extends Object>
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.google.web.bindery.event.shared.Event.Type<I_CmsContainerpageEventHandler>
Handler type. -
Constructor Summary
ConstructorDescriptionCreates a new event with a given type. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(I_CmsContainerpageEventHandler handler) com.google.web.bindery.event.shared.Event.Type<I_CmsContainerpageEventHandler>
Gets the type of the event.Methods inherited from class com.google.web.bindery.event.shared.Event
getSource, setSource, toDebugString, toString
-
Field Details
-
TYPE
Handler type.
-
-
Constructor Details
-
CmsContainerpageEvent
Creates a new event with a given type.- Parameters:
type
- the event type
-
-
Method Details
-
getAssociatedType
public com.google.web.bindery.event.shared.Event.Type<I_CmsContainerpageEventHandler> getAssociatedType()- Specified by:
getAssociatedType
in classcom.google.web.bindery.event.shared.Event<I_CmsContainerpageEventHandler>
- See Also:
-
Event.getAssociatedType()
-
getEventType
Gets the type of the event.- Returns:
- the type of the event
-
dispatch
- Specified by:
dispatch
in classcom.google.web.bindery.event.shared.Event<I_CmsContainerpageEventHandler>
- See Also:
-
Event.dispatch(java.lang.Object)
-