インタフェース
jp.go.aist.dmrc.platform.util.event.PFMouseListener の使用

PFMouseListener を使用しているパッケージ
jp.go.aist.dmrc.platform.util.event 共通プラットフォーム内で発生するイベントに関連するクラスおよびインタフェースを提供します。 
 

jp.go.aist.dmrc.platform.util.event での PFMouseListener の使用
 

PFMouseListener 型のパラメータを持つ jp.go.aist.dmrc.platform.util.event のメソッド
 void PFMouseEventSource.addPFMouseListener(PFMouseListener lis)
          引数で与えられたイベントリスナを登録し、 マウスイベント発生時に処理を行う対象とする。
 void PFMouseEventSourceImpl.addPFMouseListener(PFMouseListener lis)
          引数で与えられたイベントリスナを登録し、 マウスイベント発生時に処理を行う対象とする。
 void PFMouseEventSource.removePFMouseListener(PFMouseListener lis)
          引数で与えられたイベントリスナを削除し、 マウスイベント発生時に処理を行う対象から外す。
 void PFMouseEventSourceImpl.removePFMouseListener(PFMouseListener lis)
          引数で与えられたイベントリスナを削除し、 マウスイベント発生時に処理を行う対象から外す。