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

Field Summary
static int MEMBER_MOVED
          A member was moved.
static int MEMBER_VISIBILITY
          A member was shown or hidden .
 
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
 
Method Summary
 AttrViewSetting getView()
          Getting the view setting.
 
Methods inherited from interface agg.attribute.AttrEvent
getAttrMember, getID, getIndex, getIndex0, getIndex1, getSource
 

Field Detail

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
Method Detail

getView

AttrViewSetting getView()
Getting the view setting.