Class IdleEvent
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
-
- com.carrotsearch.ant.tasks.junit4.events.IdleEvent
-
- All Implemented Interfaces:
IEvent
,RemoteEvent
public class IdleEvent extends AbstractEvent
Marker that the slave is idle and awaiting more suite names.
-
-
Constructor Summary
Constructors Constructor Description IdleEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
serialize
public void serialize(JsonWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
public void deserialize(JsonReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-