Remote System Explorer DataStore
Release 3.3

org.eclipse.dstore.extra
Class DomainEvent

java.lang.Object
  extended by org.eclipse.dstore.extra.DomainEvent

public class DomainEvent
extends Object


Field Summary
static int FILE_CHANGE
           
static int FIRST_CUSTOM_CHANGE
           
static int INSERT
           
static int INSERT_REVEAL
           
static int INSERT_REVEAL_SELECT
           
static int LAST_CUSTOM_CHANGE
           
static int MASK
           
static int NON_STRUCTURE_CHANGE
           
static int REMOVE
           
static int REVEAL
           
static int SELECT
           
static int STRUCTURE_CHANGE
           
static int UNKNOWN
           
 
Constructor Summary
DomainEvent(IDomainNotifier source, int type, IDataElement parent, Object property)
           
DomainEvent(int type, IDataElement parent, Object property)
           
DomainEvent(int type, IDataElement parent, Object property, IDataElement child)
           
 
Method Summary
 boolean equals(Object event)
           
 List getChildren()
           
 int getChildrenCount()
           
 String getId()
           
 String getName()
           
 IDataElement getParent()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

INSERT

public static final int INSERT
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

STRUCTURE_CHANGE

public static final int STRUCTURE_CHANGE
See Also:
Constant Field Values

NON_STRUCTURE_CHANGE

public static final int NON_STRUCTURE_CHANGE
See Also:
Constant Field Values

FILE_CHANGE

public static final int FILE_CHANGE
See Also:
Constant Field Values

FIRST_CUSTOM_CHANGE

public static final int FIRST_CUSTOM_CHANGE
See Also:
Constant Field Values

LAST_CUSTOM_CHANGE

public static final int LAST_CUSTOM_CHANGE
See Also:
Constant Field Values

MASK

public static final int MASK
See Also:
Constant Field Values

REVEAL

public static final int REVEAL
See Also:
Constant Field Values

SELECT

public static final int SELECT
See Also:
Constant Field Values

INSERT_REVEAL

public static final int INSERT_REVEAL
See Also:
Constant Field Values

INSERT_REVEAL_SELECT

public static final int INSERT_REVEAL_SELECT
See Also:
Constant Field Values
Constructor Detail

DomainEvent

public DomainEvent(int type,
                   IDataElement parent,
                   Object property)

DomainEvent

public DomainEvent(int type,
                   IDataElement parent,
                   Object property,
                   IDataElement child)

DomainEvent

public DomainEvent(IDomainNotifier source,
                   int type,
                   IDataElement parent,
                   Object property)
Method Detail

equals

public boolean equals(Object event)
Overrides:
equals in class Object

getId

public String getId()

getName

public String getName()

getType

public int getType()

getParent

public IDataElement getParent()

getChildren

public List getChildren()

getChildrenCount

public int getChildrenCount()

Remote System Explorer DataStore
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.