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:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
interactionPerformed
(InteractionEvent _event) The method of a registered listener that will be called when an interaction takes place.
-
Method Details
-
interactionPerformed
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 theaddInteractionListener
method.- Parameters:
_event
- InteractionEvent
-