feat2
インタフェース Interceptor


public interface Interceptor

インターセプタのインターフェイス。

作成者:
SUGIMOTO Ken-ichi

メソッドの概要
 void after(Command command, CommandContext ctx)
           
 void before(Command command, CommandContext ctx)
           
 

メソッドの詳細

before

public void before(Command command,
                   CommandContext ctx)

after

public void after(Command command,
                  CommandContext ctx)