|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttrEvent
Attribute event interface for delivering information about attribute changes to clients.
AttrTuple
Field Summary | |
---|---|
static int |
ATTR_EVENT_MAX_ID
The highest id value for this interface. |
static int |
GENERAL_CHANGE
Change not specified. |
static int |
MEMBER_ADDED
A new member was added. |
static int |
MEMBER_DELETED
A member was deleted. |
static int |
MEMBER_DISABLED
|
static int |
MEMBER_MARK
|
static int |
MEMBER_MODIFIED
A member was modified, no further specification. |
static int |
MEMBER_RENAMED
A member was renamed. |
static int |
MEMBER_RETYPED
A member was retyped. |
static int |
MEMBER_TO_DELETE
A member to delete. |
static int |
MEMBER_VALUE_CORRECTNESS
The state of correctness of a member value has changed. |
static int |
MEMBER_VALUE_MODIFIED
The value of an attribute was modified. |
Method Summary | |
---|---|
AttrMember |
getAttrMember()
Getting the changed attribute member of the event. |
int |
getID()
Getting the message id. |
int |
getIndex()
Getting the first position index. |
int |
getIndex0()
Getting the first position index. |
int |
getIndex1()
Getting the second position index. |
AttrTuple |
getSource()
Getting the originator of the event. |
Field Detail |
---|
static final int GENERAL_CHANGE
static final int MEMBER_ADDED
static final int MEMBER_DELETED
static final int MEMBER_TO_DELETE
static final int MEMBER_MODIFIED
static final int MEMBER_RENAMED
static final int MEMBER_RETYPED
static final int MEMBER_VALUE_MODIFIED
static final int MEMBER_VALUE_CORRECTNESS
static final int MEMBER_DISABLED
static final int MEMBER_MARK
static final int ATTR_EVENT_MAX_ID
Method Detail |
---|
AttrTuple getSource()
int getID()
int getIndex()
int getIndex0()
int getIndex1()
AttrMember getAttrMember()
getIndex0() != getIndex1()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |