org.gcube.portlets.user.reportgenerator.client.events
Class AddBiblioEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<AddBiblioEventHandler>
          extended by org.gcube.portlets.user.reportgenerator.client.events.AddBiblioEvent

public class AddBiblioEvent
extends com.google.gwt.event.shared.GwtEvent<AddBiblioEventHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<AddBiblioEventHandler> TYPE
           
 
Constructor Summary
AddBiblioEvent(String key, String text)
           
 
Method Summary
protected  void dispatch(AddBiblioEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<AddBiblioEventHandler> getAssociatedType()
           
 String getCitekey()
           
 String getCitetext()
           
 
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
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<AddBiblioEventHandler> TYPE
Constructor Detail

AddBiblioEvent

public AddBiblioEvent(String key,
                      String text)
Method Detail

getCitekey

public String getCitekey()

getCitetext

public String getCitetext()

getAssociatedType

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

dispatch

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


Copyright © 2014. All Rights Reserved.