de.frag.umlplugin.anim
Class AnimationListenerAdapter

java.lang.Object
  extended by de.frag.umlplugin.anim.AnimationListenerAdapter
All Implemented Interfaces:
AnimationListener

public class AnimationListenerAdapter
extends java.lang.Object
implements AnimationListener

Adapter from animation listener to Graph2DView.


Constructor Summary
AnimationListenerAdapter(com.intellij.openapi.graph.view.Graph2DView view)
           
 
Method Summary
 void animationPerformed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationListenerAdapter

public AnimationListenerAdapter(@NotNull
                                com.intellij.openapi.graph.view.Graph2DView view)
Method Detail

animationPerformed

public void animationPerformed()
Specified by:
animationPerformed in interface AnimationListener