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.Observer
o
- arg
- public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.