org.equanda.util.swing
Interface ScreenButtonListener


public interface ScreenButtonListener

Listener for screen buttons.

Author:
NetRom team

Method Summary
 void onButtonSelect(ScreenButton button)
          Called when there was an action performed on a screen button.
 

Method Detail

onButtonSelect

void onButtonSelect(ScreenButton button)
Called when there was an action performed on a screen button.

Parameters:
button - that the action was performed on


Copyright © 2007-2009. All Rights Reserved.