Class DataFrameRegistry

java.lang.Object
xbot.common.command.DataFrameRegistry

@Singleton public final class DataFrameRegistry extends Object
A registry for components that implement DataFrameRefreshable, which allows them to be refreshed on a regular basis by the BaseRobot.
  • Constructor Details

    • DataFrameRegistry

      @Inject public DataFrameRegistry()
  • Method Details

    • register

      public void register(DataFrameRefreshable refreshable)
    • refreshAll

      public void refreshAll()