public abstract class AbstractRevisionEvent extends AbstractChangeEvent implements RevisionEvent
Modifier | Constructor and Description |
---|---|
protected |
AbstractRevisionEvent(ChangeInfo change,
RevisionInfo revision,
AccountInfo who,
java.sql.Timestamp when,
NotifyHandling notify) |
Modifier and Type | Method and Description |
---|---|
RevisionInfo |
getRevision() |
getChange, getNotify, getWhen, getWho
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChange, getWhen, getWho
getNotify
protected AbstractRevisionEvent(ChangeInfo change, RevisionInfo revision, AccountInfo who, java.sql.Timestamp when, NotifyHandling notify)
public RevisionInfo getRevision()
getRevision
in interface RevisionEvent