Interface CancelListener

All Known Implementing Classes:
StandardDBStatement

public interface CancelListener
Interface implemented by all the objects that must implement some cancelation logic.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method that implements the cancelation logic.
  • Method Details

    • cancel

      void cancel()
      Method that implements the cancelation logic.