public class PulseRunnable extends Object implements Runnable
Modifier and Type | Class and Description |
---|---|
static interface |
PulseRunnable.PulseCallback
Interface implemented to receive calls on each clock "tick."
|
Modifier and Type | Field and Description |
---|---|
AtomicBoolean |
isLive |
Constructor and Description |
---|
PulseRunnable(int pulsePeriodMS,
PulseRunnable.PulseCallback callback) |
public AtomicBoolean isLive
public PulseRunnable(int pulsePeriodMS, PulseRunnable.PulseCallback callback)
Copyright © 1970 The Apache Software Foundation. All rights reserved.