パッケージ jp.co.antenna.dmc.v5
クラス DefaultEventTreatmentV5
- java.lang.Object
-
- jp.co.antenna.dmc.v5.DefaultEventTreatmentV5
-
- すべての実装されたインタフェース:
InterestingEvent
@Deprecated public class DefaultEventTreatmentV5 extends java.lang.Object implements InterestingEvent
推奨されていません。Javaインターフェースでは、OLEエラーのコールバックはサポートされません。
Sample implementation of callback.- 作成者:
- 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()
推奨されていません。
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 boolean
interestingEvent(DMCOLEErr OleErr)
推奨されていません。
-
-
-
メソッドの詳細
-
interestingEvent
public boolean interestingEvent(DMCOLEErr OleErr)
推奨されていません。- 定義:
interestingEvent
インタフェース内InterestingEvent
-
-