tag implemented interface

This commit is contained in:
Jonathan Shook 2022-09-09 10:59:36 -05:00
parent bb27e5036a
commit 6d389da5a9

View File

@ -59,7 +59,7 @@ import java.util.stream.Collectors;
/**
* A default implementation of an Activity, suitable for building upon.
*/
public class SimpleActivity implements Activity, ProgressCapable {
public class SimpleActivity implements Activity, ProgressCapable, ActivityDefObserver {
private final static Logger logger = LogManager.getLogger("ACTIVITY");
protected ActivityDef activityDef;