Interface NablarchListenerExecutor.Runner<L>

Type Parameters:
L - リスナー
Enclosing class:
NablarchListenerExecutor<T>

public static interface NablarchListenerExecutor.Runner<L>
リスナーを実行するランナー
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(L listener, NablarchListenerContext context)
    リスナーの処理を実行する。
  • Method Details

    • run

      void run(L listener, NablarchListenerContext context)
      リスナーの処理を実行する。
      Parameters:
      listener - リスナー
      context - リスナー実行時のコンテキスト情報