package com.framsticks.util; /** * @author Piotr Sniegowski */ public interface StateFunctor { //TODO RunAt public void call(Exception e); }