com.ebmwebsourcing.gwt.raphael.client.diagram.event
Class HideEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<HideHandler>
      extended by com.ebmwebsourcing.gwt.raphael.client.diagram.event.HideEvent

public class HideEvent
extends com.google.gwt.event.shared.GwtEvent<HideHandler>


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 HideEvent()
           
 
Method Summary
protected  void dispatch(HideHandler handler)
           
static void fire(HasHideHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<HideHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<HideHandler> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HideEvent

protected HideEvent()
Method Detail

fire

public static void fire(HasHideHandlers source)

getType

public static com.google.gwt.event.shared.GwtEvent.Type<HideHandler> getType()

dispatch

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

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<HideHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<HideHandler>


Copyright © 2010 eBM WebSourcing. All Rights Reserved.