org.apache.batik.swing.gvt
Interface Interactor
- All Superinterfaces:
- EventListener, KeyListener, MouseListener, MouseMotionListener
- All Known Implementing Classes:
- AbstractResetTransformInteractor, InteractorAdapter
- public interface Interactor
- extends KeyListener, MouseListener, MouseMotionListener
This interface represents an object which interacts with a GVT component.
startInteraction
public boolean startInteraction(InputEvent ie)
- Tells whether the given event will start the interactor.
endInteraction
public boolean endInteraction()
- Tells whether the interaction has finished.
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.