com.sas.visuals
Interface ButtonListenerInterface

All Superinterfaces:
java.util.EventListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener
All Known Implementing Classes:
DefaultButtonListener, SliderListener

public interface ButtonListenerInterface
extends java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.KeyListener

ButtonListenerInterface is an interface used to listen for user events on a button component and change the state of a specific ButtonModelInterface object. The button component would be a listener on the ButtonModelInterface object and would forward the state changes of the ButtonModelInterface to the user.

See Also:
BaseButton, ButtonModelInterface

Method Summary
 ButtonModelInterface getButtonModel()
          Get the ButtonModelInterface object associated with this ButtonListenerInterface
 void setButtonModel(ButtonModelInterface btnModel)
          Set the ButtonModelInterface object associated with this ButtonListenerInterface
 

Method Detail

getButtonModel

ButtonModelInterface getButtonModel()
Get the ButtonModelInterface object associated with this ButtonListenerInterface


setButtonModel

void setButtonModel(ButtonModelInterface btnModel)
Set the ButtonModelInterface object associated with this ButtonListenerInterface




Copyright © 2009 SAS Institute Inc. All Rights Reserved.