org.wings.dnd
Interface DropTarget


public interface DropTarget

The Interface for the taget of drag and drop events. A component must implement this interface to able to drop components on it..

Author:
ole

Method Summary
 void addComponentDropListener(SComponentDropListener listener)
          add a DropListener to this Component.
 List<SComponentDropListener> getComponentDropListeners()
          get the List of DropListeners
 

Method Detail

addComponentDropListener

void addComponentDropListener(SComponentDropListener listener)
add a DropListener to this Component. Don't forget to register the component with the @link{DragAndDropManager}

Parameters:
listener - the listener to add

getComponentDropListeners

List<SComponentDropListener> getComponentDropListeners()
get the List of DropListeners

Returns:
the list of listeners


wingS Swings ;-)