jp.co.antenna.dmc.v4
クラス DefaultEventTreatment

java.lang.Object
  拡張jp.co.antenna.dmc.v4.DefaultEventTreatment
すべての実装インタフェース:
InterestingEvent

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

public class DefaultEventTreatment
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.

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

コンストラクタの詳細

DefaultEventTreatment

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

interestingEvent

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