org.olat.core.gui.control.dragdrop
Class DroppableImpl

java.lang.Object
  extended by org.olat.core.gui.control.dragdrop.DroppableImpl
All Implemented Interfaces:
Droppable

public class DroppableImpl
extends java.lang.Object
implements Droppable

Description:
TODO: Felix Jost Class Description for DroppableImpl

Initial Date: 12.04.2006

Author:
Felix Jost

Constructor Summary
DroppableImpl()
           
 
Method Summary
 void addAcceptedDraggable(Draggable d)
           
 java.util.List getAccepted()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroppableImpl

public DroppableImpl()
Method Detail

addAcceptedDraggable

public void addAcceptedDraggable(Draggable d)
Specified by:
addAcceptedDraggable in interface Droppable
See Also:
Droppable.addAcceptedDraggable(org.olat.core.gui.control.dragdrop.Draggable)

getAccepted

public java.util.List getAccepted()
Returns:
a list of accepted Dragables