Package org.lobobrowser.util
Class GenericPropertyChangeListener
- java.lang.Object
-
- org.lobobrowser.util.GenericPropertyChangeListener
-
- All Implemented Interfaces:
java.util.EventListener
,GenericEventListener
public class GenericPropertyChangeListener extends java.lang.Object implements GenericEventListener
- Author:
- J. H. S.
-
-
Field Summary
-
Fields inherited from interface org.lobobrowser.util.GenericEventListener
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description GenericPropertyChangeListener(java.beans.PropertyChangeListener delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
void
processEvent(java.util.EventObject event)
-
-
-
Method Detail
-
processEvent
public void processEvent(java.util.EventObject event)
- Specified by:
processEvent
in interfaceGenericEventListener
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-