public interface TabIndexUpdatedCallback
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.String ID)
A notification
Callback fired by the TabIndexManager to allow application code to
react to the numeric tab-index of some registered target being modified. |
void execute(java.lang.String ID)
Callback
fired by the TabIndexManager to allow application code to
react to the numeric tab-index of some registered target being modified.ID
- the ID String passed to TabIndexManager.addTarget()
when
the callback was registered.