Package org.opencms.acacia.shared
Class CmsEntityChangeEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<com.google.gwt.event.logical.shared.ValueChangeHandler<T>>
com.google.gwt.event.logical.shared.ValueChangeEvent<CmsEntity>
org.opencms.acacia.shared.CmsEntityChangeEvent
public class CmsEntityChangeEvent
extends com.google.gwt.event.logical.shared.ValueChangeEvent<CmsEntity>
Value change event for entities with an additional field that indicates the type of change.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enum indicating the type of changes.Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
Constructor Summary
ModifierConstructorDescriptionprotected
CmsEntityChangeEvent
(CmsEntity value, CmsEntityChangeEvent.ChangeType type) Creates a new event instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the change type.Methods inherited from class com.google.gwt.event.logical.shared.ValueChangeEvent
dispatch, fire, fireIfNotEqual, getAssociatedType, getType, getValue, shouldFire, toDebugString
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toString
-
Constructor Details
-
Method Details
-
getChangeType
Gets the change type.- Returns:
- the change type
-