|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataProcessor
this class represents the callback interface between the client package and the data storage object (data model)
| Method Summary | |
|---|---|
void |
processData(java.lang.Object data)
This method will be callby the client package each time data object arrived from the server side. |
| Method Detail |
|---|
void processData(java.lang.Object data)
data - data object expected by the interface implementor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||