org.gwtbootstrap3.client.shared.event
Class AlertClosedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<AlertClosedHandler>
          extended by org.gwtbootstrap3.client.shared.event.AlertClosedEvent

public class AlertClosedEvent
extends GwtEvent<AlertClosedHandler>

Author:
Sven Jacobs

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
AlertClosedEvent(Event nativeEvent)
           
 
Method Summary
protected  void dispatch(AlertClosedHandler handler)
           
 GwtEvent.Type<AlertClosedHandler> getAssociatedType()
           
 Event getNativeEvent()
           
static GwtEvent.Type<AlertClosedHandler> 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

AlertClosedEvent

public AlertClosedEvent(Event nativeEvent)
Method Detail

getType

public static GwtEvent.Type<AlertClosedHandler> getType()

getNativeEvent

public Event getNativeEvent()

getAssociatedType

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

dispatch

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


Copyright © 2015. All rights reserved.