com.ebmwebsourcing.geasytools.geasyui.impl.draggable
Interface DragHandler
- All Superinterfaces:
- com.google.gwt.event.shared.EventHandler, IDragHandler
- All Known Implementing Classes:
- ConnectorPoint, DefaultContainerConnectorHandler, ResizeUIHandler, SelectionMarker
public interface DragHandler
- extends IDragHandler, com.google.gwt.event.shared.EventHandler
onMove
void onMove(IDragMoveEvent event)
- Specified by:
onMove in interface IDragHandler
onStart
void onStart(IDragStartEvent event)
- Specified by:
onStart in interface IDragHandler
onStop
void onStop(IDragStopEvent event)
- Specified by:
onStop in interface IDragHandler
Copyright © 2010-2011 Petals Link. All Rights Reserved.