Class TextChangedEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      TextChangedEvent​(StyledTextContent source)
      Create the TextChangedEvent to be used by the StyledTextContent implementor.
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TextChangedEvent

        public TextChangedEvent​(StyledTextContent source)
        Create the TextChangedEvent to be used by the StyledTextContent implementor.

        Parameters:
        source - the object that will be sending the TextChangedEvent, cannot be null