org.gwtbootstrap3.extras.datepicker.client.ui.base.events
Class ChangeYearEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ChangeYearHandler>
          extended by org.gwtbootstrap3.extras.datepicker.client.ui.base.events.ChangeYearEvent

public class ChangeYearEvent
extends GwtEvent<ChangeYearHandler>

Author:
Joshua Godi

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

ChangeYearEvent

public ChangeYearEvent(Event nativeEvent)
Method Detail

getType

public static GwtEvent.Type<ChangeYearHandler> getType()

getNativeEvent

public Event getNativeEvent()

getAssociatedType

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

dispatch

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


Copyright © 2015. All rights reserved.