Class ToolChangedEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<ToolChangedEvent.Handler>
com.google.gwt.event.shared.GwtEvent<ToolChangedEvent.Handler>
com.levigo.jadice.web.client.event.JadiceEvent<ToolChangedEvent.Handler>
com.levigo.jadice.web.client.event.ToolChangedEvent

public final class ToolChangedEvent extends JadiceEvent<ToolChangedEvent.Handler>
Event fired when a Tool state or value (see ToolChangedEvent.Cause) has changed.
  • Constructor Details

    • ToolChangedEvent

      public ToolChangedEvent(Tool tool, ToolChangedEvent.Cause cause, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source)
      An event informing about a change in some tool or about active/enabled.. tool changes
      Parameters:
      tool - the tool which changed
      cause - the Cause of the change
      oldValue - the old value
      newValue - the new value
      source - the source of the event
    • ToolChangedEvent

      public ToolChangedEvent(Tool tool, ToolChangedEvent.Cause cause, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source)
      An event informing about a change in some tool or about active/enabled.. tool changes
      Parameters:
      tool - the tool which changed
      cause - the Cause of the change
      propertyName - the name of the property that changed
      oldValue - the old value
      newValue - the new value
      source - the source of the event
  • Method Details