org.opensourcephysics.display3d.core.interaction
Interface InteractionListener

All Known Implementing Classes:
CameraInspector

public interface InteractionListener

Title: InteractionListener

Description: The interface for an object that can listen to interaction events.

Copyright: Open Source Physics project

Company:

Version:
June 2005
Author:
Francisco Esquembre
See Also:
InteractionEvent

Method Summary
 void interactionPerformed(InteractionEvent _event)
          The method of a registered listener that will be called when an interaction takes place.
 

Method Detail

interactionPerformed

void interactionPerformed(InteractionEvent _event)
The method of a registered listener that will be called when an interaction takes place. Classes implementing this interface need to register to the interaction source using the addInteractionListener method.

Parameters:
_event - InteractionEvent