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

    Nested Classes
    Modifier and Type
    Class
    Description
    static 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates a new event instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait