com.bradrydzewski.gwt.calendar.client.event
Class MouseOverEvent<T>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<MouseOverHandler<T>>
          extended by com.bradrydzewski.gwt.calendar.client.event.MouseOverEvent<T>

public class MouseOverEvent<T>
extends com.google.gwt.event.shared.GwtEvent<MouseOverHandler<T>>

TODO: Complete JavaDoc comments.

Author:
Brad Rydzewski

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected MouseOverEvent(T target, Object element)
           
 
Method Summary
protected  void dispatch(MouseOverHandler<T> handler)
           
static
<T> void
fire(HasMouseOverHandlers<T> source, T target, Object element)
          Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
 com.google.gwt.event.shared.GwtEvent.Type<MouseOverHandler<T>> getAssociatedType()
           
 Object getElement()
           
 T getTarget()
           
static com.google.gwt.event.shared.GwtEvent.Type<MouseOverHandler<?>> getType()
          Gets the type associated with this event.
 
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

MouseOverEvent

protected MouseOverEvent(T target,
                         Object element)
Method Detail

fire

public static <T> void fire(HasMouseOverHandlers<T> source,
                            T target,
                            Object element)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.

Type Parameters:
T - the target type
Parameters:
source - the source of the handlers
target - the dom element

getTarget

public T getTarget()

getElement

public Object getElement()

getType

public static com.google.gwt.event.shared.GwtEvent.Type<MouseOverHandler<?>> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public final com.google.gwt.event.shared.GwtEvent.Type<MouseOverHandler<T>> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<MouseOverHandler<T>>

dispatch

protected void dispatch(MouseOverHandler<T> handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<MouseOverHandler<T>>


Copyright © 2012. All Rights Reserved.