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 Constructor Description AbstractInteractorInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
interactionAboutToStart(Interactor interactor, InputEvent inputEvent)
boolean
interactorAboutToActivate(Interactor interactor)
-
Methods inherited from class com.bc.ceres.swing.figure.AbstractInteractorListener
interactionCancelled, interactionStarted, interactionStopped, interactorActivated, interactorDeactivated
-
-
-
-
Method Detail
-
interactorAboutToActivate
public boolean interactorAboutToActivate(Interactor interactor)
- Specified by:
interactorAboutToActivate
in interfaceInteractorInterceptor
- Parameters:
interactor
- The interactor.- Returns:
- The default implementation returns
true
.
-
interactionAboutToStart
public boolean interactionAboutToStart(Interactor interactor, InputEvent inputEvent)
- Specified by:
interactionAboutToStart
in interfaceInteractorInterceptor
- Parameters:
interactor
- The interactor.inputEvent
- The interactor.- Returns:
- The default implementation returns
true
.
-
-