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

Quick Search    Search Deep

com.k_int.IR
Interface IFSNotificationTarget  view IFSNotificationTarget download IFSNotificationTarget.java


public interface IFSNotificationTarget

Version:
$Id: IFSNotificationTarget.java,v 1.2 2002/10/02 09:25:48 ianibbo Exp $

Method Summary
 void notifyError(java.lang.String code_set, java.lang.Integer code, java.lang.String reason, java.lang.Exception source_exception)
           
 void notifyRecords(InformationFragment[] records)
           
 

Method Detail

notifyRecords

public void notifyRecords(InformationFragment[] records)

notifyError

public void notifyError(java.lang.String code_set,
                        java.lang.Integer code,
                        java.lang.String reason,
                        java.lang.Exception source_exception)