Package com.bc.ceres.swing.figure
Class AbstractInteractorInterceptor
java.lang.Object
com.bc.ceres.swing.figure.AbstractInteractorListener
com.bc.ceres.swing.figure.AbstractInteractorInterceptor
- All Implemented Interfaces:
InteractorInterceptor
,InteractorListener
public class AbstractInteractorInterceptor
extends AbstractInteractorListener
implements InteractorInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
interactionAboutToStart
(Interactor interactor, InputEvent inputEvent) boolean
interactorAboutToActivate
(Interactor interactor) Methods inherited from class com.bc.ceres.swing.figure.AbstractInteractorListener
interactionCancelled, interactionStarted, interactionStopped, interactorActivated, interactorDeactivated
-
Constructor Details
-
AbstractInteractorInterceptor
public AbstractInteractorInterceptor()
-
-
Method Details
-
interactorAboutToActivate
- Specified by:
interactorAboutToActivate
in interfaceInteractorInterceptor
- Parameters:
interactor
- The interactor.- Returns:
- The default implementation returns
true
.
-
interactionAboutToStart
- Specified by:
interactionAboutToStart
in interfaceInteractorInterceptor
- Parameters:
interactor
- The interactor.inputEvent
- The interactor.- Returns:
- The default implementation returns
true
.
-