protected static class BridgeEventSupport.GVTUnloadListener extends java.lang.Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
protected EventDispatcher |
dispatcher |
protected BridgeEventSupport.Listener |
listener |
| Constructor and Description |
|---|
BridgeEventSupport.GVTUnloadListener(EventDispatcher dispatcher,
BridgeEventSupport.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(Event evt)
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
protected EventDispatcher dispatcher
protected BridgeEventSupport.Listener listener
public BridgeEventSupport.GVTUnloadListener(EventDispatcher dispatcher, BridgeEventSupport.Listener listener)
public void handleEvent(Event evt)
EventListenerEventListener interface was registered.handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.