Interface Function
- All Known Subinterfaces:
Scene
- All Known Implementing Classes:
ContainerScene,GenericScene,NumberedListInputScene,NumberedListScene,NumberedSceneSelectorScene,TextApplication,TextInputScene,TextScene
public interface Function
Function Interface
This is equivalent to Runnable, except it can throw exceptions-
Method Summary
-
Method Details
-
run
Excecute the Function- Throws:
Exception
-