NextApp Echo
App Container 1.1.4

nextapp.echoservlet
Interface ClientActionProducer

All Known Implementing Classes:
AbstractButtonUI, ButtonUI, SelectFieldUI, TextFieldUI

public interface ClientActionProducer

An interface for used by ComponentPeers to receive actions from the client.


Method Summary
 void clientAction(java.lang.String action)
          Called when the user causes an action from the client.
 

Method Detail

clientAction

public void clientAction(java.lang.String action)
Called when the user causes an action from the client.

Parameters:
action - The action command generated by the client.

NextApp Echo
App Container 1.1.4