apps.mtdesktop.desktop.tree
Interface TabletopTree.DataTransferListener
- Enclosing class:
- TabletopTree
- public static interface TabletopTree.DataTransferListener 
The listener interface for receiving dataTransfer events. The class that
 is interested in processing a dataTransfer event implements this
 interface, and the object created with that class is registered with a
 component using the component's
 addDataTransferListener method. When
 the dataTransfer event occurs, that object's appropriate
 method is invoked.
- See Also:
- DataTransferEvent
 
objectTransfered
void objectTransfered(java.lang.Object object,
                      TableIdentity tableId)
- Object transfered.
 
- 
- Parameters:
- object- the object
- tableId- the table id