Interface TabIndexUpdatedCallback


public interface TabIndexUpdatedCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A notification Callback fired by the TabIndexManager to allow application code to react to the numeric tab-index of some registered target being modified.
  • Method Details

    • execute

      void execute(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.
      Parameters:
      ID - the ID String passed to TabIndexManager.addTarget() when the callback was registered.