Package org.lobobrowser.util
Interface GenericEventListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
GenericPropertyChangeListener
public interface GenericEventListener extends java.util.EventListener
- Author:
- J. H. S.
-
-
Field Summary
Fields Modifier and Type Field Description static GenericEventListener[]
EMPTY_ARRAY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processEvent(java.util.EventObject event)
-
-
-
Field Detail
-
EMPTY_ARRAY
static final GenericEventListener[] EMPTY_ARRAY
-
-