public interface  io.netty.util.TimerTask extends java.lang.Object
{
public abstract void run(io.netty.util.Timeout) throws java.lang.Exception;
}