agg.attribute.view
Interface AttrViewEvent
- All Superinterfaces:
- AttrEvent
- All Known Implementing Classes:
- TupleViewEvent
public interface AttrViewEvent
- extends AttrEvent
Attribute event interface for delivering information about attribute changes
to clients.
- See Also:
AttrTuple
Fields inherited from interface agg.attribute.AttrEvent |
ATTR_EVENT_MAX_ID, GENERAL_CHANGE, MEMBER_ADDED, MEMBER_DELETED, MEMBER_DISABLED, MEMBER_MARK, MEMBER_MODIFIED, MEMBER_RENAMED, MEMBER_RETYPED, MEMBER_TO_DELETE, MEMBER_VALUE_CORRECTNESS, MEMBER_VALUE_MODIFIED |
MEMBER_MOVED
static final int MEMBER_MOVED
- A member was moved.
- See Also:
- Constant Field Values
MEMBER_VISIBILITY
static final int MEMBER_VISIBILITY
- A member was shown or hidden .
- See Also:
- Constant Field Values
getView
AttrViewSetting getView()
- Getting the view setting.