Interface ListListener
-
public interface ListListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ListListener.ChangeType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed(ListListener.ChangeType changeType, Object item, int index)
-
-
-
Method Detail
-
changed
void changed(ListListener.ChangeType changeType, Object item, int index)
-
-