Interface X11Listener


public interface X11Listener
Created : Aug 8, 2012
Author:
pquiring
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    trayIconAdded(int count)
    Triggered when new tray icons are added.
    void
    trayIconRemoved(int count)
    Triggered when tray icons are removed.
    void
    Triggered when a new top-level window has changed
  • Method Details

    • trayIconAdded

      void trayIconAdded(int count)
      Triggered when new tray icons are added. count = new # of icons in the tray
    • trayIconRemoved

      void trayIconRemoved(int count)
      Triggered when tray icons are removed. count = new # of icons in the tray
    • windowsChanged

      void windowsChanged()
      Triggered when a new top-level window has changed