com.javaranch.common
Interface ButtonListener

All Superinterfaces:
PressListener, ReleaseListener
All Known Implementing Classes:
ButtonAdapter

public interface ButtonListener
extends PressListener, ReleaseListener

Implement two interfaces in one.

For use with LButton.


Methods inherited from interface com.javaranch.common.PressListener
buttonPressed
 
Methods inherited from interface com.javaranch.common.ReleaseListener
buttonReleased, rightButtonReleased
 



Copyright ©2004 Paul Wheaton All Rights Reserved