org.apache.batik.swing.gvt

Interface Interactor

public interface Interactor extends KeyListener, MouseListener, MouseMotionListener

This interface represents an object which interacts with a GVT component.
Method Summary
booleanendInteraction()
Tells whether the interaction has finished.
booleanstartInteraction(InputEvent ie)
Tells whether the given event will start the interactor.

Method Detail

endInteraction

public boolean endInteraction()
Tells whether the interaction has finished.

startInteraction

public boolean startInteraction(InputEvent ie)
Tells whether the given event will start the interactor.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.