|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroListListener
Listener to actions on the MacroList.
| Method Summary | |
|---|---|
void |
macroAdded(MacroItem item,
int index)
Indicates a Macro was added to the MacroList. |
void |
macroRemoved(MacroItem item,
int index)
Indicates a Macro was removed from the MacroList. |
| Method Detail |
|---|
void macroAdded(MacroItem item,
int index)
Macro was added to the MacroList.
item - MacroItem containing the added Macro.index - Index of the added MacroItem.
void macroRemoved(MacroItem item,
int index)
Macro was removed from the MacroList.
item - MacroItem containing the removed Macro.index - Index that the MacroItem previous had before being
removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||