dsto.dfc.collections
Interface DfcMonitoredListListener

All Superinterfaces:
CollectionListener, EventListener
All Known Implementing Classes:
CmdMoveItem, CollectionTableContentProvider, DataBeanCollectionTableContentProvider, ListDataObject, StackDataObject

public interface DfcMonitoredListListener
extends CollectionListener

Defines a listener on a DfcMonitoredList.

Version:
$Revision$
Author:
Matthew Phillips

Method Summary
 void elementMoved(CollectionEvent e)
          Fired when an element in the list has moved (changed indexes).
 
Methods inherited from interface dsto.dfc.collections.CollectionListener
elementsAdded, elementsRemoved
 

Method Detail

elementMoved

void elementMoved(CollectionEvent e)
Fired when an element in the list has moved (changed indexes).

Parameters:
e - The move event. startIndex is the element's old index, endIndex is the new index.


Copyright © 2008 Commonwealth of Australia