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

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

public class UpdateEvent
extends GwtEvent<UpdateEvent.UpdateHandler>

Fires when the source is updated.


Nested Class Summary
static interface UpdateEvent.HasUpdateHandlers
          A widget that implements this interface is a public source of UpdateEvent events.
static interface UpdateEvent.UpdateHandler
          Handler for UpdateEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
UpdateEvent()
           
 
Method Summary
 GwtEvent.Type<UpdateEvent.UpdateHandler> getAssociatedType()
           
static GwtEvent.Type<UpdateEvent.UpdateHandler> getType()
          Gets the type associated with this 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

UpdateEvent

public UpdateEvent()
Method Detail

getType

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

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<UpdateEvent.UpdateHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<UpdateEvent.UpdateHandler>


Copyright © 2012. All Rights Reserved.