|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.archiviststoolkit.mydomain.DomainAccessEvent
public class DomainAccessEvent
The domain access event is sent when a domain object has been modified.
Field Summary | |
---|---|
static int |
INSERT
The insert event. |
static int |
INSERTGROUP
The insert group event. |
static int |
REMOVE
The remove event. |
static int |
REMOVEGROUP
The remove group event. |
static int |
UPDATE
The update event. |
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary | |
---|---|
int |
getAction()
Get the action associated with this 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 INSERT
public static final int UPDATE
public static final int REMOVE
public static final int REMOVEGROUP
public static final int INSERTGROUP
Method Detail |
---|
public final int getAction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |