Warning
This feature is available in the Full MapKit version.
Package world.mappable.mapkit.transport.masstransit
Class ClosedUntil
java.lang.Object
↳ world.mappable.mapkit.transport.masstransit.TransportThreadAlert.ClosedUntil
static class ClosedUntil implements Serializable
Thread is not operational until specified time.
Summary
Constructors
Signature and Description |
ClosedUntil(@NonNull Time time) |
ClosedUntil() |
Methods
Type and modifiers |
Method and Description |
getTime() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
ClosedUntil
ClosedUntil(@NonNull Time time) |
ClosedUntil
ClosedUntil() |
Use constructor with parameters in your code. This one is for bindings only!
Methods
getTime
@NonNull |
Time of the next trip.
serialize
@Override |