Package adams.gui.event
Interface RemoveItemsListener
-
public interface RemoveItemsListener
For classes that listen to item removals.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeItems(RemoveItemsEvent e)
Gets called when items are to be removed.
-
-
-
Method Detail
-
removeItems
void removeItems(RemoveItemsEvent e)
Gets called when items are to be removed.- Parameters:
e
- the generated event
-
-