com.github.gwtbootstrap.client.ui.event
Class ClosedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ClosedHandler>
          extended by com.github.gwtbootstrap.client.ui.event.ClosedEvent

public class ClosedEvent
extends GwtEvent<ClosedHandler>

Represents an event that is fired when a widget has been closed.

Since:
2.0.4.0
Author:
Dominik Mayer
See Also:
CloseEvent

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
ClosedEvent()
           
 
Method Summary
protected  void dispatch(ClosedHandler handler)
           
 GwtEvent.Type<ClosedHandler> getAssociatedType()
           
static GwtEvent.Type<ClosedHandler> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClosedEvent

public ClosedEvent()
Method Detail

getType

public static GwtEvent.Type<ClosedHandler> getType()

getAssociatedType

public final GwtEvent.Type<ClosedHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<ClosedHandler>

dispatch

protected void dispatch(ClosedHandler handler)
Specified by:
dispatch in class GwtEvent<ClosedHandler>


Copyright © 2012 gwtbootstrap. All Rights Reserved.