Package gaiasky.data

Class OrbitRefresher

java.lang.Object
gaiasky.data.OrbitRefresher

public class OrbitRefresher
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    protected static class  OrbitRefresher.OrbitUpdaterThread
    The orbit refresher thread.
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static int MAX_LOAD_CHUNK  
  • Constructor Summary

    Constructors
    Constructor Description
    OrbitRefresher()  
  • Method Summary

    Modifier and Type Method Description
    void flushLoadQueue()
    Tells the loader to start loading the octants in the queue.
    void queue​(OrbitDataLoader.OrbitDataLoaderParameter param)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • OrbitRefresher

      public OrbitRefresher()
  • Method Details