Interface GraphicsNodeChangeListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
Selector
All Known Implementing Classes:
ConcreteTextSelector, GraphicsNodeChangeAdapter, UpdateTracker

public interface GraphicsNodeChangeListener extends EventListener
The interface for listening to changes on graphics nodes.
Version:
$Id: GraphicsNodeChangeListener.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a change on a graphics node has completed
    void
    Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
  • Method Details

    • changeStarted

      void changeStarted(GraphicsNodeChangeEvent gnce)
      Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.
      Parameters:
      gnce - the graphics node change event
    • changeCompleted

      void changeCompleted(GraphicsNodeChangeEvent gnce)
      Invoked when a change on a graphics node has completed
      Parameters:
      gnce - the graphics node change event