org.eclipse.dstore.extra
Class DomainEvent
java.lang.Object
org.eclipse.dstore.extra.DomainEvent
public class DomainEvent
- extends Object
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,
Object property)
DomainEvent
public DomainEvent(int type,
IDataElement parent,
Object property,
IDataElement child)
DomainEvent
public DomainEvent(IDomainNotifier source,
int type,
IDataElement parent,
Object property)
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()
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.