|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
This interface is the event counterpart to the SubRecord interface. This interface is implemented by the client application.
| Method Summary | |
void |
onAbort()
This method is invoked if the record is aborted. |
void |
onFreeUpdate()
This method is invoked whenever a free-format (i.e. |
void |
onImage()
This method is invoked whenever an initial image is received for the record. |
void |
onSchema()
This method is invoked whenever a schema is received. |
void |
onState(int state)
This method is invoked whenever the record's state changes. |
void |
onUpdate()
This method is invoked whenever an update is received for the record. |
| Method Detail |
public void onSchema()
public void onImage()
public void onUpdate()
public void onFreeUpdate()
public void onState(int state)
public void onAbort()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||