Interface Action<T>

  • All Superinterfaces:
    BaseAction<T,​java.lang.RuntimeException>
    All Known Implementing Classes:
    DeleteDeleteTask

    public interface Action<T>
    extends BaseAction<T,​java.lang.RuntimeException>
    • Method Detail

      • performAction

        void performAction​(T object)
        Specified by:
        performAction in interface BaseAction<T,​java.lang.RuntimeException>