|
|||||||||
| Home >> All >> com >> k_int >> z3950 >> [ IRClient overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.z3950.IRClient
Class PresentCallbackHandler

java.lang.Objectcom.k_int.z3950.IRClient.PresentCallbackHandler
- All Implemented Interfaces:
- ZCallbackTarget
- public class PresentCallbackHandler
- extends java.lang.Object
- implements ZCallbackTarget
- extends java.lang.Object
| Field Summary | |
private com.k_int.IR.IFSNotificationTarget |
target
|
private Z3950SearchTask |
the_task
|
| Constructor Summary | |
PresentCallbackHandler(Z3950SearchTask task,
com.k_int.IR.IFSNotificationTarget target)
|
|
| Method Summary | |
void |
notifyClose(java.lang.String reason)
|
void |
notifyPresentResponse(com.k_int.gen.Z39_50_APDU_1995.PresentResponse_type resp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
the_task
private Z3950SearchTask the_task
target
private com.k_int.IR.IFSNotificationTarget target
| Constructor Detail |
PresentCallbackHandler
public PresentCallbackHandler(Z3950SearchTask task, com.k_int.IR.IFSNotificationTarget target)
| Method Detail |
notifyClose
public void notifyClose(java.lang.String reason)
- Specified by:
notifyClosein interfaceZCallbackTarget
notifyPresentResponse
public void notifyPresentResponse(com.k_int.gen.Z39_50_APDU_1995.PresentResponse_type resp)
- Specified by:
notifyPresentResponsein interfaceZCallbackTarget
|
|||||||||
| Home >> All >> com >> k_int >> z3950 >> [ IRClient overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.k_int.z3950.IRClient.PresentCallbackHandler