Interface TagChangeListener
- All Superinterfaces:
EventListener
An event listener that is notified when a tag changes
-
Method Summary
Modifier and TypeMethodDescriptionThe TagProp that this listener cares about.void
Invoked when the tag has changed
-
Method Details
-
tagChanged
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.
-