All Superinterfaces:
EventListener

public interface TagChangeListener extends EventListener
An event listener that is notified when a tag changes
  • Method Summary

    Modifier and Type
    Method
    Description
    The TagProp that this listener cares about.
    void
    Invoked when the tag has changed
  • Method Details

    • tagChanged

      void tagChanged(TagChangeEvent e)
      Invoked when the tag has changed
      Parameters:
      e - a ChangeEvent object
    • getTagProperty

      TagProp getTagProperty()
      The TagProp that this listener cares about. Use null to receive all property's events.