Interface TransformationManagerListener

All Superinterfaces:
EventListener

public interface TransformationManagerListener extends EventListener
The listener of a TransformationManager functions are called when events occurs in the listened TransformationManager.
Author:
Pierre Lando
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the top transformation of the listened TransformationManager have changed.
  • Method Details

    • transformationChanged

      void transformationChanged(TransformationManager transformationManager)
      Called when the top transformation of the listened TransformationManager have changed.
      Parameters:
      transformationManager - object where event occur.