|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DroppableListListener
A listener interface that applications must implement for listening to
DroppableList events. The events
are fired when certain events occurs on the list. Applications can
write their own business logic to handle such events.
| Method Summary | |
|---|---|
void |
itemAdded(String name)
This method is invoked when an item is dropped (or added to the list). |
void |
itemRemove(String name)
This method is invoked when an item is removed from the list by the user. |
| Method Detail |
|---|
void itemAdded(String name)
name - name of the item.void itemRemove(String name)
name - name of the item.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||