com.izforge.izpack.panels
Interface Processor


public interface Processor

Interface for classes that provide input field processing services.

Version:
0.0.1 / 10/26/02
Author:
Elmar Grom
See Also:
ProcessingClient

Method Summary
 String process(ProcessingClient client)
          Processes the contend of an input field.
 

Method Detail

process

public String process(ProcessingClient client)
Processes the contend of an input field.

Parameters:
client - the client object using the services of this processor.
Returns:
The result of the encryption.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.