Package gaiasky.data

Class OrbitRefresher

java.lang.Object
gaiasky.data.OrbitRefresher
All Implemented Interfaces:
IObserver

public class OrbitRefresher extends Object implements IObserver
  • Field Details

  • Constructor Details

    • OrbitRefresher

      public OrbitRefresher()
  • Method Details

    • queue

      public void queue(OrbitDataLoader.OrbitDataLoaderParameter param)
    • flushLoadQueue

      public void flushLoadQueue()
      Tells the loader to start loading the octants in the queue.
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.