Class PageLayoutChangedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<PageLayoutChangedEvent.Handler>
com.google.gwt.event.shared.GwtEvent<PageLayoutChangedEvent.Handler>
com.levigo.jadice.web.client.event.JadiceEvent<PageLayoutChangedEvent.Handler>
com.levigo.jadice.web.client.event.PageLayoutChangedEvent
Event fired when the
PageLayout
changed.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Handler for handling changes in the PageLayout for a document.Nested classes/interfaces inherited from class com.levigo.jadice.web.client.event.JadiceEvent
JadiceEvent.Type<H>
-
Constructor Summary
ConstructorsConstructorDescriptionPageLayoutChangedEvent
(PageLayout oldPageLayout, PageLayout newPageLayout, com.google.gwt.event.shared.HasHandlers source) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(PageLayoutChangedEvent.Handler handler) static <T> void
fire
(com.google.gwt.event.shared.HasHandlers source, PageLayout oldPageLayout, PageLayout newPageLayout) getType()
Methods inherited from class com.levigo.jadice.web.client.event.JadiceEvent
getSource
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
Method Details
-
getType
-
getOldPageLayout
-
getNewPageLayout
-
getAssociatedType
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<PageLayoutChangedEvent.Handler>
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<PageLayoutChangedEvent.Handler>
-