public abstract class AbstractChangeEvent extends java.lang.Object implements ChangeEvent
Modifier | Constructor and Description |
---|---|
protected |
AbstractChangeEvent(ChangeInfo change,
AccountInfo who,
java.sql.Timestamp when,
NotifyHandling notify) |
Modifier and Type | Method and Description |
---|---|
ChangeInfo |
getChange() |
NotifyHandling |
getNotify() |
java.sql.Timestamp |
getWhen() |
AccountInfo |
getWho() |
protected AbstractChangeEvent(ChangeInfo change, AccountInfo who, java.sql.Timestamp when, NotifyHandling notify)
public ChangeInfo getChange()
getChange
in interface ChangeEvent
public AccountInfo getWho()
getWho
in interface ChangeEvent
public java.sql.Timestamp getWhen()
getWhen
in interface ChangeEvent
public NotifyHandling getNotify()
getNotify
in interface GerritEvent