Search this API

y.anim
Interface AnimationListener

All Known Implementing Classes:
Graph2DView, Graph2DViewRepaintManager, Overview

public interface AnimationListener

A listener for animation events. Parties interested in processing animation events implement this interface and are registered with the AnimationPlayer that processes the AnimationObject of interest.

The listener's animationPerformed method is invoked when:

 
Your browser does not support SVG content.

Method Summary
 void animationPerformed(AnimationEvent e)
          Invoked when an AnimationEvent has been fired.
 

Method Detail

animationPerformed

void animationPerformed(AnimationEvent e)
Invoked when an AnimationEvent has been fired.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.