com.ibm.etools.systems.dstore.extra.internal.extra
Class DomainEvent
java.lang.Object
com.ibm.etools.systems.dstore.extra.internal.extra.DomainEvent
- public class DomainEvent
- extends Object
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
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)
getId
public String getId()
getName
public String getName()
getType
public int getType()
getParent
public IDataElement getParent()
getChildren
public ArrayList getChildren()
getChildrenCount
public int getChildrenCount()
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.