com.sencha.gxt.widget.core.client.event
Class RestoreEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<RestoreEvent.RestoreHandler>
          extended by com.sencha.gxt.widget.core.client.event.RestoreEvent

public class RestoreEvent
extends GwtEvent<RestoreEvent.RestoreHandler>

Fires after a window is restored.


Nested Class Summary
static interface RestoreEvent.HasRestoreHandlers
           
static interface RestoreEvent.RestoreHandler
          Handler class for RestoreEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
RestoreEvent()
           
 
Method Summary
 GwtEvent.Type<RestoreEvent.RestoreHandler> getAssociatedType()
           
 Window getSource()
           
static GwtEvent.Type<RestoreEvent.RestoreHandler> getType()
          Gets the type associated with this event.
 
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

RestoreEvent

public RestoreEvent()
Method Detail

getType

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

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<RestoreEvent.RestoreHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<RestoreEvent.RestoreHandler>

getSource

public Window getSource()
Overrides:
getSource in class GwtEvent<RestoreEvent.RestoreHandler>


Copyright © 2012. All Rights Reserved.