Interface RunnableDestroyable

  • All Superinterfaces:
    Destroyable, java.lang.Runnable
    All Known Implementing Classes:
    AbstractCanvas

    public interface RunnableDestroyable
    extends java.lang.Runnable, Destroyable
    Combines Runnable and Destroyable.
    • Method Summary

      • Methods inherited from interface java.lang.Runnable

        run