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

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

public class AfterAppEvent
extends GwtEvent<AfterAppEvent.AfterAppEventHandler>


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

AfterAppEvent

public AfterAppEvent(AppEvent appEvent)
Method Detail

getType

public static GwtEvent.Type<AfterAppEvent.AfterAppEventHandler> getType()

getAppEvent

public AppEvent getAppEvent()

getAssociatedType

public GwtEvent.Type<AfterAppEvent.AfterAppEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<AfterAppEvent.AfterAppEventHandler>


Copyright © 2011. All Rights Reserved.