com.sencha.gxt.fx.client.animation
Class BeforeAnimateEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<BeforeAnimateEvent.BeforeAnimateHandler>
          extended by com.sencha.gxt.fx.client.animation.BeforeAnimateEvent
All Implemented Interfaces:
CancellableEvent

public class BeforeAnimateEvent
extends GwtEvent<BeforeAnimateEvent.BeforeAnimateHandler>
implements CancellableEvent

Represent the before animate event.


Nested Class Summary
static interface BeforeAnimateEvent.BeforeAnimateHandler
          Handler for BeforeAnimateEvent events.
static interface BeforeAnimateEvent.HasBeforeAnimateHandlers
          A widget that implements this interface is a public source of BeforeAnimateEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
BeforeAnimateEvent()
           
 
Method Summary
 GwtEvent.Type<BeforeAnimateEvent.BeforeAnimateHandler> getAssociatedType()
           
static GwtEvent.Type<BeforeAnimateEvent.BeforeAnimateHandler> getType()
          Gets the type associated with this event.
 boolean isCancelled()
          Returns true if the event is cancelled.
 void setCancelled(boolean cancelled)
          True to cancel the event.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeforeAnimateEvent

public BeforeAnimateEvent()
Method Detail

getType

public static GwtEvent.Type<BeforeAnimateEvent.BeforeAnimateHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<BeforeAnimateEvent.BeforeAnimateHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<BeforeAnimateEvent.BeforeAnimateHandler>

isCancelled

public boolean isCancelled()
Description copied from interface: CancellableEvent
Returns true if the event is cancelled.

Specified by:
isCancelled in interface CancellableEvent
Returns:
true for cancelled

setCancelled

public void setCancelled(boolean cancelled)
Description copied from interface: CancellableEvent
True to cancel the event.

Specified by:
setCancelled in interface CancellableEvent
Parameters:
cancelled - true to cancel


Copyright © 2012. All Rights Reserved.