Interface ExecuteListener

All Known Implementing Classes:
CacheModel

public interface ExecuteListener
The listener interface for receiving execute events. The class that is interested in processing a execute event implements this interface, and the object created with that class is registered with a component using the component's addExecuteListener method. When the execute event occurs, that object's appropriate method is invoked.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    On execute statement.
  • Method Details

    • onExecuteStatement

      void onExecuteStatement(MappedStatement statement)
      On execute statement.
      Parameters:
      statement - the statement