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 Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • start

      void start()
    • finish

      void finish()