org.eclipse.dstore.extra
Class DomainEvent
java.lang.Object
org.eclipse.dstore.extra.DomainEvent
public class DomainEvent
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DomainEvent
public DomainEvent(int type,
IDataElement parent,
java.lang.Object property)
DomainEvent
public DomainEvent(int type,
IDataElement parent,
java.lang.Object property,
IDataElement child)
DomainEvent
public DomainEvent(IDomainNotifier source,
int type,
IDataElement parent,
java.lang.Object property)
equals
public boolean equals(java.lang.Object event)
- Overrides:
equals in class java.lang.Object
getId
public java.lang.String getId()
getName
public java.lang.String getName()
getType
public int getType()
getParent
public IDataElement getParent()
getChildren
public java.util.List getChildren()
getChildrenCount
public int getChildrenCount()
Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.