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

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

public class ComplexElementEvent
extends com.google.gwt.event.shared.GwtEvent<ComplexElementHandler>

These events are fired by DiagramComplexElements GWT 2.0 event handling style.

Author:
enhan

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 ComplexElementEvent()
           
 
Method Summary
protected  void dispatch(ComplexElementHandler arg0)
           
static void fire(DiagramComplexElement source)
           
 com.google.gwt.event.shared.GwtEvent.Type<ComplexElementHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<ComplexElementHandler> 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

ComplexElementEvent

protected ComplexElementEvent()
Method Detail

getType

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

fire

public static void fire(DiagramComplexElement source)

dispatch

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

getAssociatedType

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


Copyright © 2010 eBM WebSourcing. All Rights Reserved.