ch.tatool.core.display.swing.action
Interface ActionPanelListener

All Known Implementing Classes:
AbstractHTMLExecutable, AbstractInstructionExecutable, ConfidenceRatingExecutable, HTMLExecutable, ImageListInstructionExecutable, ListInstructionExecutable, QuestionnaireExecutable

public interface ActionPanelListener

Listener for action panels actions.

Author:
Administrator

Method Summary
 void actionTriggered(ActionPanel source, Object actionValue)
          Called when an action has been triggered.
 

Method Detail

actionTriggered

void actionTriggered(ActionPanel source,
                     Object actionValue)
Called when an action has been triggered.

Parameters:
actionValue - the value registered with the action panel for the action that got triggered


Copyright © 2012. All Rights Reserved.