org.gwtbootstrap3.client.shared.event
Class AlertCloseEvent

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

public class AlertCloseEvent
extends GwtEvent<AlertCloseHandler>

Author:
Sven Jacobs

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

AlertCloseEvent

public AlertCloseEvent(Event nativeEvent)
Method Detail

getType

public static GwtEvent.Type<AlertCloseHandler> getType()

getNativeEvent

public Event getNativeEvent()

getAssociatedType

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

dispatch

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


Copyright © 2015. All rights reserved.