Class InterruptFlagListener
java.lang.Object
com.semedy.reasoner.api.reasoning.InterruptFlagListener
- All Implemented Interfaces:
InterruptListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
called by interrupt flag, as soon as an interrupt occurs
-
Constructor Details
-
InterruptFlagListener
-
-
Method Details
-
interrupt
public void interrupt()Description copied from interface:InterruptListener
called by interrupt flag, as soon as an interrupt occurs- Specified by:
interrupt
in interfaceInterruptListener
-