application.util.monitor
インタフェース ChangeMonitor
- 既知の実装クラスの一覧:
- DirectoryMonitor
- public interface ChangeMonitor
CM_CREATED
public static final int CM_CREATED
- 関連項目:
- 定数フィールド値
CM_DELETED
public static final int CM_DELETED
- 関連項目:
- 定数フィールド値
CM_MODIFIED
public static final int CM_MODIFIED
- 関連項目:
- 定数フィールド値
CM_MOVED
public static final int CM_MOVED
- 関連項目:
- 定数フィールド値
CM_SELECTED
public static final int CM_SELECTED
- 関連項目:
- 定数フィールド値
CM_UNSELECTED
public static final int CM_UNSELECTED
- 関連項目:
- 定数フィールド値
addChangeMonitorListener
public void addChangeMonitorListener(ChangeMonitorListener listener)
fireChanged
public void fireChanged(int eventType,
java.lang.Object object)