jp.co.melco.preserv.spatial
クラス psvFeatureMap.DelegateFailListener

java.lang.Object
  拡張jp.co.melco.preserv.spatial.psvFeatureMap.DelegateFailListener
すべての実装インタフェース:
jp.co.melco.preserv.psvFailListener
含まれているクラス:
psvFeatureMap

protected static class psvFeatureMap.DelegateFailListener
extends java.lang.Object
implements jp.co.melco.preserv.psvFailListener

説明: 複数のFeatureContainerのエラーを、psvFeatureMapのエラーとしてまとめる為のクラスです。

導入されたバージョン:
6.0
作成者:
PreSerV Development Team

フィールドの概要
 
インタフェース jp.co.melco.preserv.psvFailListener から継承したフィールド
FAIL_KIND_LOAD
 
コンストラクタの概要
psvFeatureMap.DelegateFailListener(java.lang.Object source)
          コンストラクタです。
 
メソッドの概要
 void addFailListener(jp.co.melco.preserv.psvFailListener listener)
          エラーリスナを追加します。
 void notifyOccuredError(java.lang.Object source, int failKind, java.lang.Error error)
           
 void notifyOccuredException(java.lang.Object source, int failKind, java.lang.Exception exception)
           
 boolean removeFailListener(jp.co.melco.preserv.psvFailListener listener)
          エラーリスナを削除します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

psvFeatureMap.DelegateFailListener

public psvFeatureMap.DelegateFailListener(java.lang.Object source)
コンストラクタです。

パラメータ:
source - エラー発生元
メソッドの詳細

notifyOccuredException

public void notifyOccuredException(java.lang.Object source,
                                   int failKind,
                                   java.lang.Exception exception)
定義:
インタフェース jp.co.melco.preserv.psvFailListener 内の notifyOccuredException

notifyOccuredError

public void notifyOccuredError(java.lang.Object source,
                               int failKind,
                               java.lang.Error error)
定義:
インタフェース jp.co.melco.preserv.psvFailListener 内の notifyOccuredError

addFailListener

public void addFailListener(jp.co.melco.preserv.psvFailListener listener)
エラーリスナを追加します。

パラメータ:
listener - 追加するエラーリスナ

removeFailListener

public boolean removeFailListener(jp.co.melco.preserv.psvFailListener listener)
エラーリスナを削除します。

パラメータ:
listener - 削除するエラーリスナ
戻り値:
true:リスナ削除に成功 false:リスナ削除に失敗