Package org.apache.batik.bridge
Class BridgeEventSupport.GVTUnloadListener
- java.lang.Object
-
- org.apache.batik.bridge.BridgeEventSupport.GVTUnloadListener
-
- All Implemented Interfaces:
org.w3c.dom.events.EventListener
- Enclosing class:
- BridgeEventSupport
protected static class BridgeEventSupport.GVTUnloadListener extends java.lang.Object implements org.w3c.dom.events.EventListener
-
-
Field Summary
Fields Modifier and Type Field Description protected EventDispatcher
dispatcher
protected BridgeEventSupport.Listener
listener
-
Constructor Summary
Constructors Constructor Description GVTUnloadListener(EventDispatcher dispatcher, BridgeEventSupport.Listener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.w3c.dom.events.Event evt)
-
-
-
Field Detail
-
dispatcher
protected EventDispatcher dispatcher
-
listener
protected BridgeEventSupport.Listener listener
-
-
Constructor Detail
-
GVTUnloadListener
public GVTUnloadListener(EventDispatcher dispatcher, BridgeEventSupport.Listener listener)
-
-