Class AbstractChangeEvent
java.lang.Object
com.google.gerrit.server.extensions.events.AbstractChangeEvent
- All Implemented Interfaces:
ChangeEvent
,GerritEvent
- Direct Known Subclasses:
AbstractRevisionEvent
,AttentionSetObserver.Event
Base class for all change events.
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractChangeEvent
(ChangeInfo change, AccountInfo who, Instant when, NotifyHandling notify) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gerrit.extensions.events.GerritEvent
getInstanceId
-
Constructor Details
-
AbstractChangeEvent
protected AbstractChangeEvent(ChangeInfo change, AccountInfo who, Instant when, NotifyHandling notify)
-
-
Method Details
-
getChange
Description copied from interface:ChangeEvent
Information about the change. Some fields might be null.- Specified by:
getChange
in interfaceChangeEvent
- See Also:
-
getWho
- Specified by:
getWho
in interfaceChangeEvent
-
getWhen
- Specified by:
getWhen
in interfaceChangeEvent
-
getNotify
- Specified by:
getNotify
in interfaceGerritEvent
-