Package com.netscape.certsrv.client
Interface IDataProcessor
-
public interface IDataProcessorthis 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 voidprocessData(java.lang.Object data)This method will be callby the client package each time data object arrived from the server side.
-