Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nextapp.echoservlet
Interface ClientActionProducer  view ClientActionProducer download ClientActionProducer.java


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.