Uses of Class
to.etc.domui.util.DropEvent

Packages that use DropEvent
to.etc.domui.util   
 

Uses of DropEvent in to.etc.domui.util
 

Methods in to.etc.domui.util with parameters of type DropEvent
 void IDropHandler.onDropped(DropEvent context)
          This is an event function which gets called as soon as a Draggable is dropped on the dropTarget having this handler.
 void IDragHandler.onDropped(DropEvent context)
          Called when the dragged node has been dropped on a DropTarget which has accepted the node.