- 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
protected void
 
Fires a close event on all registered handlers in the handler manager.
 
 
Returns the 
Canvas firing the event.
 
 
 
Gets the type associated with this event.
 
 
 
 
 
- 
 
- 
Method Details
- 
 
- 
getFiringCanvas
public Canvas getFiringCanvas()
 
Returns the 
Canvas firing the event.
 
- Returns:
 
- Canvas firing the event
 
 
- 
Fires a close event on all registered handlers in the handler manager.
- Type Parameters:
 
T - the target type 
S - The event source 
- Parameters:
 
source - the source of the handlers 
target - the target 
autoClosed - was the target closed automatically 
 
- 
getType
Gets the type associated with this event.
- Returns:
 
- returns the handler type
 
 
- 
 
-