Package com.bc.ceres.swing.figure
Interface InteractorInterceptor
- All Known Implementing Classes:
AbstractInteractorInterceptor
public interface InteractorInterceptor
Interactor interceptors are used to check whether an interaction can be performed or not.
- Since:
- Ceres 0.10
-
Method Summary
Modifier and TypeMethodDescriptionboolean
interactionAboutToStart
(Interactor interactor, InputEvent event) boolean
interactorAboutToActivate
(Interactor interactor)
-
Method Details
-
interactorAboutToActivate
-
interactionAboutToStart
-