aboutsummaryrefslogtreecommitdiffstats
path: root/rba.tool.core/src/rba/tool/core/console/IConsoleHook.java
blob: 8fbbd12425789e3e7f597aef70b086316314b928 (plain)
1
2
3
4
5
6
7
8
package rba.tool.core.console;

public interface IConsoleHook {

    void preNotify(String message, String notifierId);

    void postNotify(String message, String notifierId);
}