- java.lang.Object
-
- swim.cli.DownlinkLogger
-
- swim.cli.DownlinkGetter
-
public class DownlinkGetter extends DownlinkLogger
-
-
Constructor Summary
Constructors Constructor Description DownlinkGetter(WarpDownlink downlink, String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
didSync()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface swim.concurrent.Preemptive
isPreemptive
-
-
-
-
Constructor Detail
-
DownlinkGetter
public DownlinkGetter(WarpDownlink downlink, String format)
-
-
Method Detail
-
didSync
public void didSync()
- Specified by:
didSync
in interfaceDidSync
- Overrides:
didSync
in classDownlinkLogger
-
-