jp.co.antenna.dmc.v5
クラス DefaultEventTreatmentV5

java.lang.Object
  上位を拡張 jp.co.antenna.dmc.v5.DefaultEventTreatmentV5
すべての実装されたインタフェース:
InterestingEvent

推奨されていません。 Javaインターフェースでは、OLEエラーのコールバックはサポートされません。
Sample implementation of callback.

public class DefaultEventTreatmentV5
extends java.lang.Object
implements InterestingEvent

作成者:
DX Note : The interface InterestingEvent relates with the Callback. Users should implement their own class then put its reference to the DMCnativeV4 so that they can take control of OLEErr action. In the default function below, we simply print error message and return false, this will cause the program omit the error and continue running. The Callback's detail information can be found in the DMC's specification.

コンストラクタの概要
DefaultEventTreatmentV5()
          推奨されていません。  
 
メソッドの概要
 boolean interestingEvent(DMCOLEErr OleErr)
          推奨されていません。  
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultEventTreatmentV5

public DefaultEventTreatmentV5()
推奨されていません。 
メソッドの詳細

interestingEvent

public boolean interestingEvent(DMCOLEErr OleErr)
推奨されていません。 
定義:
インタフェース InterestingEvent 内の interestingEvent