Class WebPollEvent

    • 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

      • WebPollEvent

        public WebPollEvent​(WebPlatform source)
        Context constructor.
        Parameters:
        source - The context in which this control event was produced.
        Throws:
        java.lang.NullPointerException - if the given context is null.