com.ebmwebsourcing.geasytools.geasyui.api.droppable.events
Interface IDropRefusedEvent

All Known Implementing Classes:
DropRefusedEvent

public interface IDropRefusedEvent


Method Summary
 IDraggableElement getDraggableElement()
          The draggable element for which the drop was refused
 float getX()
          X position where the drop was made relatively to the droppable element
 float getY()
          Y position where the drop was made relatively to the droppable element
 

Method Detail

getDraggableElement

IDraggableElement getDraggableElement()
The draggable element for which the drop was refused

Returns:

getX

float getX()
X position where the drop was made relatively to the droppable element

Returns:
float

getY

float getY()
Y position where the drop was made relatively to the droppable element

Returns:
float


Copyright © 2010-2011 Petals Link. All Rights Reserved.