|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ru.biosoft.access.DataCollectionEvent
Implements event change in a collection .
| Field Summary | |
static int |
ELEMENT_ADDED
Indicates, that in a collection the new element was added. |
static int |
ELEMENT_CHANGED
Indicates, that the element of a collection was modified. |
static int |
ELEMENT_REMOVED
Indicates, that the element of a collection was removed |
static int |
ELEMENT_WILL_ADD
Indicates, that new element will be added into collection. |
static int |
ELEMENT_WILL_CHANGE
Indicates, that element will be changed. |
static int |
ELEMENT_WILL_REMOVE
Indicates, that element will be removed. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
DataCollectionEvent(java.lang.Object source,
int type,
DataCollection owner,
java.lang.String name,
DataCollectionEvent primaryEvent)
Constructs the DataCollectionEvent object. |
|
| Method Summary | |
DataElement |
getDataElement()
|
java.lang.String |
getDataElementName()
Gets a data element, which was added,modified or removed. |
DataCollection |
getOwner()
|
DataCollectionEvent |
getPrimaryEvent()
|
int |
getType()
Gets the type of event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ELEMENT_WILL_ADD
public static final int ELEMENT_WILL_CHANGE
public static final int ELEMENT_WILL_REMOVE
public static final int ELEMENT_ADDED
public static final int ELEMENT_CHANGED
public static final int ELEMENT_REMOVED
| Constructor Detail |
public DataCollectionEvent(java.lang.Object source,
int type,
DataCollection owner,
java.lang.String name,
DataCollectionEvent primaryEvent)
source - The source which has caused eventstype - | Method Detail |
public int getType()
public java.lang.String getDataElementName()
public DataCollection getOwner()
public DataElement getDataElement()
public DataCollectionEvent getPrimaryEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||