org.cruxframework.crux.widgets.client.event.paste
Class PasteEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<PasteHandler>
          extended by org.cruxframework.crux.widgets.client.event.paste.PasteEvent

public class PasteEvent
extends com.google.gwt.event.shared.GwtEvent<PasteHandler>

TODO - Gesse - Comment this

Author:
Gesse S. F. Dafe

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 PasteEvent()
          Protected constructor
 
Method Summary
protected  void dispatch(PasteHandler handler)
           
static PasteEvent fire(HasPasteHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> 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

PasteEvent

protected PasteEvent()
Protected constructor

Method Detail

getType

public static com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> getType()
Returns:

getAssociatedType

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

fire

public static PasteEvent fire(HasPasteHandlers source)

dispatch

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


Copyright © 2015. All rights reserved.