Class SpyDropDownWindowVisibilityListener<T>


  • public class SpyDropDownWindowVisibilityListener<T>
    extends java.lang.Object
    A spy that tracks window shown and hidden events from the DropDownSelectionTextField.

    Synchronization Policy: the event storage of this class is synchronized to prevent concurrent modification exceptions between reading and writing.

    • Constructor Detail

      • SpyDropDownWindowVisibilityListener

        public SpyDropDownWindowVisibilityListener()
    • Method Detail

      • wasWindowShown

        public boolean wasWindowShown()
      • wasWindowHidden

        public boolean wasWindowHidden()
      • reset

        public void reset()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object