public interface InteractionListener
Title: InteractionListener
Description: The interface for an object that can listen to interaction events.
Copyright: Open Source Physics project
Company:
InteractionEvent
Modifier and Type | Method and Description |
---|---|
void |
interactionPerformed(InteractionEvent _event)
The method of a registered listener that will be called when an
interaction takes place.
|
void interactionPerformed(InteractionEvent _event)
addInteractionListener
method._event
- InteractionEvent