Class ConnectorEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectorEvent​(ClientConnector source)
      Creates a new event fired by the given source.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClientConnector getConnector()
      Returns the connector that fired the event.
      • 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
    • Constructor Detail

      • ConnectorEvent

        public ConnectorEvent​(ClientConnector source)
        Creates a new event fired by the given source.
        Parameters:
        source - the source connector
    • Method Detail

      • getConnector

        public ClientConnector getConnector()
        Returns the connector that fired the event.
        Returns:
        the source connector