org.opensourcephysics.sip.ch17
Class Interaction3DApp

java.lang.Object
  extended by org.opensourcephysics.sip.ch17.Interaction3DApp
All Implemented Interfaces:
InteractionListener

public class Interaction3DApp
extends java.lang.Object
implements InteractionListener

Interaction3DApp demonstrates how to add and handle actions in an Display3DFrame.


Method Summary
 void interactionPerformed(InteractionEvent _evt)
          Handles the interactions sent to this class.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

interactionPerformed

public void interactionPerformed(InteractionEvent _evt)
Handles the interactions sent to this class.

Specified by:
interactionPerformed in interface InteractionListener
Parameters:
_evt - InteractionEvent

main

public static void main(java.lang.String[] args)