jp.sourceforge.gtibuilder.io.filesystem
クラス FileUpdateEvent

java.lang.Object
  拡張java.util.EventObject
      拡張jp.sourceforge.gtibuilder.io.filesystem.FileUpdateEvent
すべての実装インタフェース:
Serializable

public class FileUpdateEvent
extends EventObject

関連項目:
直列化された形式

フィールドの概要
static int DATA
           
static int NAME
           
static int PARENT
           
private  int type
           
 
クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
FileUpdateEvent(Object source, int eventType)
          Creates a new instance of FileUpdateEvent
 
メソッドの概要
 int getEventType()
           
 boolean isDataChanged()
           
 boolean isNameChanged()
           
 boolean isParentChanged()
           
 
クラス java.util.EventObject から継承したメソッド
getSource, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

NAME

public static final int NAME
関連項目:
定数フィールド値

PARENT

public static final int PARENT
関連項目:
定数フィールド値

DATA

public static final int DATA
関連項目:
定数フィールド値

type

private int type
コンストラクタの詳細

FileUpdateEvent

public FileUpdateEvent(Object source,
                       int eventType)
Creates a new instance of FileUpdateEvent

メソッドの詳細

isNameChanged

public boolean isNameChanged()

isParentChanged

public boolean isParentChanged()

isDataChanged

public boolean isDataChanged()

getEventType

public int getEventType()