ImageGear for Java
com.accusoft.imagegear.utility.events Package
Inheritance Hierarchy
This is the package for event handling.
Classes
ClassDescription
ImGearEventArgs Base class for many event types passed to client handlers.
Interfaces
InterfaceDescription
IImGearEvent<T> Implemented by SDK events to allow clients to add or remove their handlers.

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.

IImGearEventHandler<T> Interface to be implemented by clients to be notified of events.
See Also

Reference

ImageGearJava Project

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback