com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.swimlane
Class LaneListenerAdapter

java.lang.Object
  extended by com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.swimlane.LaneListenerAdapter
All Implemented Interfaces:
LaneListener

public class LaneListenerAdapter
extends java.lang.Object
implements LaneListener


Constructor Summary
LaneListenerAdapter()
           
 
Method Summary
 void onFlowNodeOut(FlowNodeElement outFlowNode, int x, int y)
           
 void onReceiveFlowNode(FlowNodeElement receivedFlowNode, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaneListenerAdapter

public LaneListenerAdapter()
Method Detail

onReceiveFlowNode

public void onReceiveFlowNode(FlowNodeElement receivedFlowNode,
                              int x,
                              int y)
Specified by:
onReceiveFlowNode in interface LaneListener

onFlowNodeOut

public void onFlowNodeOut(FlowNodeElement outFlowNode,
                          int x,
                          int y)
Specified by:
onFlowNodeOut in interface LaneListener


Copyright © 2010 eBM WebSourcing. All Rights Reserved.