net.sf.doolin.gui.template.component
Interface ActionCallback


public interface ActionCallback

Call-back method for dealing with pseudo protocol "action:"

Author:
Damien Coraboeuf

Method Summary
 void doAction(String actionId, Map<String,String> params)
          Executes a command.
 

Method Detail

doAction

void doAction(String actionId,
              Map<String,String> params)
Executes a command.

Parameters:
actionId - ID of the action to execute.
params - Parameters for the execution context


Copyright © 2011. All Rights Reserved.