|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.proc.Observation
public abstract class Observation
The binding between an Observer and its Observable.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns true if the Object's Observable:Observer binding is identical to this one. |
void |
fail(Throwable w)
Tell the observer that the add is failing with w. |
abstract void |
handleAdd()
Handle the addition of the Observer to the Observable. |
abstract void |
handleDelete()
Handle the deletion of the Observer from the Observable. |
int |
hashCode()
A somewhat arbitrary hash code. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface frysk.event.Event |
|---|
execute |
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic void fail(Throwable w)
public abstract void handleAdd()
public abstract void handleDelete()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||