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 Type
    Method
    Description
    void
    The method of a registered listener that will be called when an interaction takes place.
  • Method Details

    • 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