Package com.nerius.game
Interface Destroyable
-
- All Known Subinterfaces:
RunnableDestroyable
- All Known Implementing Classes:
AbstractCanvas
,BoardAWTAdapter
,CanvasAWTAdapter
public interface Destroyable
Exposes thedestroy()
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
-