Class WWObjectImpl

    • Constructor Detail

      • WWObjectImpl

        public WWObjectImpl()
        Constructs a new WWObjectImpl.
      • WWObjectImpl

        public WWObjectImpl​(java.lang.Object source)
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent propertyChangeEvent)
        The property change listener for this instance. Receives property change notifications that this instance has registered with other property change notifiers.
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Parameters:
        propertyChangeEvent - the event
        Throws:
        java.lang.IllegalArgumentException - if propertyChangeEvent is null
      • onMessage

        public void onMessage​(Message message)
        Empty implementation of MessageListener.
        Specified by:
        onMessage in interface MessageListener
        Parameters:
        message - The message that was received.