Interface LifeCycle

  • All Known Implementing Classes:
    LifeCycleBase

    public interface LifeCycle
    A very basic life cycle for things that can start and end
    Author:
    raven
    • Method Detail

      • start

        void start()
      • finish

        void finish()