package com.sun.bingo.util.image.i; public interface IRequest<T> { void request(T t); }