- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Startable
Created by futeh.
Startable gets called after the owning ResourceManager has been loaded. This is after all of
the Components have been loaded.