ImageGear for Java
onEvent Method
object firing the event.
information about the event, passed by sender, a subtype of the declared type, T, of this.
Callback invoked when event fires.

Implemented by clients of the event and "registered" via IImGearEvent.add(IImGearEventHandler).

Syntax
void onEvent( 
   java.lang.Object sender,
   T arg
)

Parameters

sender
object firing the event.
arg
information about the event, passed by sender, a subtype of the declared type, T, of this.
See Also

Reference

IImGearEventHandler<T> Interface
IImGearEventHandler<T> Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback