org.xhtmlrenderer.simple.xhtml.controls
Interface ButtonControlListener


public interface ButtonControlListener

Listener for the button control

Author:
Vianney le Clément

Method Summary
 boolean pressed(ButtonControl button)
          The button has been pressed.
 

Method Detail

pressed

boolean pressed(ButtonControl button)
The button has been pressed.

Parameters:
button -
Returns:
true if the following listeners should be notified and/or the action (submit or reset) of the button should be executed, false to stop the handling of this button


Copyright © 2013. All Rights Reserved.