ImageGearJava Project > com.accusoft.imagegear.utility.events Package : IImGearEvent<T> Interface |
Clients must implement their IImGearEventHandler<T> with a supertype of the type, T that this event is declared with.
When the SDK fires the event, it passes an argument of type T to all handlers.
public interface IImGearEvent<T> |