commit | 4c72aead973a7a4f5ff22cc69acb4172fd3ebb30 | [log] [tgz] |
---|---|---|
author | Martin Fick <mfick@codeaurora.org> | Wed Dec 10 14:58:12 2014 -0700 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Jan 26 11:38:12 2015 +0900 |
tree | 1247855056dc8173492fa54bb723996cc79f02d2 | |
parent | 5dea1c0fc001e0060e2b1c2ce098d09ff5f6621a [diff] |
Add more abstract events to the event hierarchy. The various ChangeEvents implement a lot of common duplicated functionality. Create new abstract events to consolidate some of that functionality. The new events are, Event, ProjectEvent, RefEvent, and PatchSetEvent. Make Event the new base class for all other events, and now use ChangeEvent only for events related to Changes. Change-Id: I287c6524b826b42e78d8a3ce2d0951c045bb11b8