Package org.opentcs.components.kernel
Class Query.Void
java.lang.Object
org.opentcs.components.kernel.Query.Void
- All Implemented Interfaces:
java.io.Serializable
public static class Query.Void
extends java.lang.Object
implements java.io.Serializable
A convenience class to be used as the result type for queries that do not return any result.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Void()
Creates a new instance. -
Method Summary
-
Constructor Details
-
Void
public Void()Creates a new instance.
-