| Interface | Description |
|---|---|
| Observable |
Declares the JDK-like standard observable pattern as a java interface.
|
| ResultSetObserver |
Implement the same interface as JDK java.util.Observer as java interface (not as a class) and introduce static type
safeness through generics.
|
| Class | Description |
|---|---|
| DelegationObserver |
This class delegates an observation event from the java.util.Observable producer to the real consumer which is not a
java.util.Observer (as expected by java.util.Observable) but instead a miscutils Observer.
|
Copyright © 2017. All rights reserved.