Class PlatformFocusEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.globalmentor.event.Event

        getSource
    • Constructor Detail

      • PlatformFocusEvent

        public PlatformFocusEvent​(DepictedObject depictedObject)
        Constructs a focus control event.
        Parameters:
        depictedObject - The depicted object on which the event initially occurred.
        Throws:
        java.lang.NullPointerException - if the given depicted object is null.