Class InterrupterSubject
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.model.interruptible.InterrupterSubject
-
public class InterrupterSubject extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InterrupterSubject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddObserver(CanBeInterrupted observer)voidnotifyInterruption()
-
-
-
Method Detail
-
addObserver
public void addObserver(CanBeInterrupted observer)
-
notifyInterruption
public void notifyInterruption()
-
-