|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.webapp.eventmanager.AppEventBase
to.etc.webapp.eventmanager.AppEvent
public class AppEvent
A base class for VP based record events. This extends the base with a change type and a primary key ID field.
Constructor Summary | |
---|---|
AppEvent(ChangeType type,
long key)
|
Method Summary | |
---|---|
long |
getKey()
|
ChangeType |
getType()
|
Methods inherited from class to.etc.webapp.eventmanager.AppEventBase |
---|
getServer, getTimestamp, getUpid, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppEvent(ChangeType type, long key)
Method Detail |
---|
public long getKey()
public ChangeType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |