com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events
Interface ConnectorHandler
- All Superinterfaces:
- com.google.gwt.event.shared.EventHandler, IConnectorHandler
public interface ConnectorHandler
- extends IConnectorHandler, com.google.gwt.event.shared.EventHandler
onAddWayPoint
void onAddWayPoint(IAddWayPointEvent event)
- Specified by:
onAddWayPoint in interface IConnectorHandler
onConnection
void onConnection(IConnectionEvent event)
- Specified by:
onConnection in interface IConnectorHandler
onDisconnection
void onDisconnection(IDisconnectionEvent event)
onRemoveWayPoint
void onRemoveWayPoint(IRemoveWayPointEvent event)
- Specified by:
onRemoveWayPoint in interface IConnectorHandler
onRefresh
void onRefresh(IRefreshEvent event)
- Specified by:
onRefresh in interface IConnectorHandler
Copyright © 2010-2011 Petals Link. All Rights Reserved.