Uses of Interface
ca.cgjennings.apps.arkham.diy.Handler
-
Packages that use Handler Package Description ca.cgjennings.apps.arkham.diy -
-
Uses of Handler in ca.cgjennings.apps.arkham.diy
Classes in ca.cgjennings.apps.arkham.diy that implement Handler Modifier and Type Class Description class
DIY
A scriptableGameComponent
.Methods in ca.cgjennings.apps.arkham.diy with parameters of type Handler Modifier and Type Method Description static DIY
DIY. createTestInstance(Handler h, java.lang.String gameCode)
This helper method can be called to create a new component for testing purposes using just aHandler
implementation.Constructors in ca.cgjennings.apps.arkham.diy with parameters of type Handler Constructor Description DIY(Handler handler, java.lang.String gameCode)
Creates a new DIY component that will call into the given handler.
-