evtabfocus.adoc 329 B

123456789101112131415161718192021
  1. = evtabfocus
  2. :author:
  3. :revnumber:
  4. :revdate: 2016/03/17 20:48
  5. :relfileprefix: ../../../
  6. :imagesdir: ../../..
  7. ifdef::env-github,env-browser[:outfilesuffix: .adoc]
  8. == TabFocusListener
  9. The TabFocusListener provides abstract methods for the following events:
  10. [source,java]
  11. ----
  12. void setTabFocus();
  13. void resetTabFocus();
  14. ----