Package gaiasky.data
Class OrbitRefresher
java.lang.Object
gaiasky.data.OrbitRefresher
- All Implemented Interfaces:
IObserver
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
The orbit refresher thread. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Tells the loader to start loading the octants in the queue.void
Event notification call.void
-
Field Details
-
MAX_LOAD_CHUNK
protected static final int MAX_LOAD_CHUNK- See Also:
-
-
Constructor Details
-
OrbitRefresher
public OrbitRefresher()
-
-
Method Details
-
queue
-
flushLoadQueue
public void flushLoadQueue()Tells the loader to start loading the octants in the queue. -
notify
Description copied from interface:IObserver
Event notification call.
-