public class ReconfigurableObserver
extends java.lang.Object
implements java.util.Observer
| Constructor and Description |
|---|
ReconfigurableObserver(Reconfigurable rec) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
update(java.util.Observable o,
java.lang.Object arg)
Delegates update to the reconfigurable passed in the constructor.
|
public ReconfigurableObserver(Reconfigurable rec)
public void update(java.util.Observable o,
java.lang.Object arg)
update in interface java.util.Observero - arg - public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.