パッケージ jp.co.antenna.dmc.v4

クラス DefaultEventTreatmentV4

  • すべての実装されたインタフェース:
    InterestingEvent

    @Deprecated
    public class DefaultEventTreatmentV4
    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.
    • コンストラクタの詳細

      • DefaultEventTreatmentV4

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