Class PauseStop
java.lang.Object
uk.ac.manchester.spinnaker.messages.notification.AbstractNotificationMessage
uk.ac.manchester.spinnaker.messages.notification.PauseStop
- All Implemented Interfaces:
NotificationMessage
,SerializableMessage
public class PauseStop extends AbstractNotificationMessage
Message which indicates that the toolchain has paused or stopped.
-
Constructor Summary
Constructors Constructor Description PauseStop()
Create an instance. -
Method Summary
Methods inherited from class uk.ac.manchester.spinnaker.messages.notification.AbstractNotificationMessage
addToBuffer, build
-
Constructor Details
-
PauseStop
public PauseStop()Create an instance.
-