パッケージ 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

        public DefaultEventTreatmentV5()
        推奨されていません。