Interface Initializable

All Known Subinterfaces:
Display, Holder<D>
All Known Implementing Classes:
BaseDisplay, BaseHolder

public interface Initializable
The interface for some classes than can be initialized
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Initialize some properties for the object
    default void
    Stop the object
  • Method Details

    • init

      default void init()
      Initialize some properties for the object
    • stop

      default void stop()
      Stop the object