com.sencha.gxt.legacy.client.mvc
Class BeforeAppEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<BeforeAppEvent.BeforeAppEventHandler>
          extended by com.sencha.gxt.legacy.client.mvc.BeforeAppEvent

public class BeforeAppEvent
extends GwtEvent<BeforeAppEvent.BeforeAppEventHandler>

Fired before an app event is dispatched. The event can be canceled by calling setCanceled(boolean).


Nested Class Summary
static interface BeforeAppEvent.BeforeAppEventHandler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
BeforeAppEvent(AppEvent appEvent)
           
 
Method Summary
 AppEvent getAppEvent()
           
 GwtEvent.Type<BeforeAppEvent.BeforeAppEventHandler> getAssociatedType()
           
static GwtEvent.Type<BeforeAppEvent.BeforeAppEventHandler> getType()
           
 boolean isCanceled()
           
 void setCanceled(boolean canceled)
           
 
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

BeforeAppEvent

public BeforeAppEvent(AppEvent appEvent)
Method Detail

getType

public static GwtEvent.Type<BeforeAppEvent.BeforeAppEventHandler> getType()

getAppEvent

public AppEvent getAppEvent()

getAssociatedType

public GwtEvent.Type<BeforeAppEvent.BeforeAppEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<BeforeAppEvent.BeforeAppEventHandler>

isCanceled

public boolean isCanceled()

setCanceled

public void setCanceled(boolean canceled)


Copyright © 2011. All Rights Reserved.