org.gwtbootstrap3.extras.summernote.client.event
Class SummernoteOnPasteEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SummernoteOnPasteHandler>
          extended by org.gwtbootstrap3.extras.summernote.client.event.SummernoteOnPasteEvent
All Implemented Interfaces:
SummernoteEvent

public class SummernoteOnPasteEvent
extends GwtEvent<SummernoteOnPasteHandler>
implements SummernoteEvent

Author:
martin.matthias

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

SummernoteOnPasteEvent

public SummernoteOnPasteEvent(SummernoteBase summernote,
                              Event nativeEvent)
Method Detail

getType

public static GwtEvent.Type<SummernoteOnPasteHandler> getType()

getSummernote

public SummernoteBase getSummernote()
Specified by:
getSummernote in interface SummernoteEvent

getNativeEvent

public Event getNativeEvent()
Specified by:
getNativeEvent in interface SummernoteEvent

getAssociatedType

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

dispatch

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


Copyright © 2015. All rights reserved.