Package com.bc.ceres.swing.figure
Class AbstractInteractorListener
- java.lang.Object
-
- com.bc.ceres.swing.figure.AbstractInteractorListener
-
- All Implemented Interfaces:
InteractorListener
- Direct Known Subclasses:
AbstractInteractorInterceptor
public class AbstractInteractorListener extends Object implements InteractorListener
-
-
Constructor Summary
Constructors Constructor Description AbstractInteractorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interactionCancelled(Interactor interactor, InputEvent inputEvent)
void
interactionStarted(Interactor interactor, InputEvent inputEvent)
void
interactionStopped(Interactor interactor, InputEvent inputEvent)
void
interactorActivated(Interactor interactor)
void
interactorDeactivated(Interactor interactor)
-
-
-
Method Detail
-
interactorActivated
public void interactorActivated(Interactor interactor)
- Specified by:
interactorActivated
in interfaceInteractorListener
-
interactorDeactivated
public void interactorDeactivated(Interactor interactor)
- Specified by:
interactorDeactivated
in interfaceInteractorListener
-
interactionStarted
public void interactionStarted(Interactor interactor, InputEvent inputEvent)
- Specified by:
interactionStarted
in interfaceInteractorListener
-
interactionStopped
public void interactionStopped(Interactor interactor, InputEvent inputEvent)
- Specified by:
interactionStopped
in interfaceInteractorListener
-
interactionCancelled
public void interactionCancelled(Interactor interactor, InputEvent inputEvent)
- Specified by:
interactionCancelled
in interfaceInteractorListener
-
-