Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.z3950.IRClient
Class PresentCallbackHandler  view PresentCallbackHandler download PresentCallbackHandler.java

java.lang.Object
  extended bycom.k_int.z3950.IRClient.PresentCallbackHandler
All Implemented Interfaces:
ZCallbackTarget

public class PresentCallbackHandler
extends java.lang.Object
implements ZCallbackTarget


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:
notifyClose in interface ZCallbackTarget

notifyPresentResponse

public void notifyPresentResponse(com.k_int.gen.Z39_50_APDU_1995.PresentResponse_type resp)
Specified by:
notifyPresentResponse in interface ZCallbackTarget