Package com.netscape.certsrv.client
Interface IDataProcessor
-
public interface IDataProcessor
this class represents the callback interface between the client package and the data storage object (data model)- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processData(java.lang.Object data)
This method will be callby the client package each time data object arrived from the server side.
-