Class QuitEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
com.carrotsearch.ant.tasks.junit4.events.QuitEvent
- All Implemented Interfaces:
IEvent
,RemoteEvent
Final message sent from the slave. Also signals orderly shutdown.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deserialize
(JsonReader reader) void
serialize
(JsonWriter writer) Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Constructor Details
-
QuitEvent
public QuitEvent()
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-