Class UncertaintiesHandler

java.lang.Object
gaiasky.data.stars.UncertaintiesHandler
All Implemented Interfaces:
IObserver

public class UncertaintiesHandler extends Object implements IObserver
  • Method Details

    • getInstance

      public static UncertaintiesHandler getInstance()
    • containsStar

      public boolean containsStar(Long id)
    • containsUncertainties

      public boolean containsUncertainties()
    • notify

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