Make event actions optional

Event actions should be made optional for events that only require
subscribing to group signals.

This is in preparation for separating signal and timer based event
actions. A use case would be where one event can be used to subscribe to
signals that update cached property values without performing an action,
and another timer based event performs an action based on those
property values the signal event provides.

Tested:
    Events without an action are generated correctly
    Events without an action are handled correctly and run no action

Change-Id: I757a82ce6c45ac637ce7cea8f82a62b98b600e3e
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
1 file changed