frysk.gui.srcwin
Class SourceWindowFactory.AttachedObserver

java.lang.Object
  extended by frysk.gui.srcwin.SourceWindowFactory.AttachedObserver
All Implemented Interfaces:
Observer, TaskAttachedObserverXXX, TaskObserver
Enclosing class:
SourceWindowFactory

protected static class SourceWindowFactory.AttachedObserver
extends Object
implements TaskAttachedObserverXXX


Nested Class Summary
 
Nested classes/interfaces inherited from interface frysk.proc.TaskObserver
TaskObserver.Cloned, TaskObserver.Code, TaskObserver.Execed, TaskObserver.Forked, TaskObserver.Instruction, TaskObserver.Signaled, TaskObserver.Syscalls, TaskObserver.Terminated, TaskObserver.Terminating, TaskObserver.Watch
 
Constructor Summary
protected SourceWindowFactory.AttachedObserver()
           
 
Method Summary
 void addedTo(Object o)
          Acknowledge the request to add this Observer from Object's set of observers was successful.
 void addFailed(Object observable, Throwable w)
          Notify that the attempt to add to the specified observer failed.
 void deletedFrom(Object o)
          Acknowledge the request to delete this Observer from Object's set of observers was successful (or that the Observer was spontaneously deleted, e.g., due to a task exit).
 Action updateAttached(Task task)
          The Task is attached.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceWindowFactory.AttachedObserver

protected SourceWindowFactory.AttachedObserver()
Method Detail

addedTo

public void addedTo(Object o)
Description copied from interface: Observer
Acknowledge the request to add this Observer from Object's set of observers was successful.

Specified by:
addedTo in interface Observer

updateAttached

public Action updateAttached(Task task)
Description copied from interface: TaskAttachedObserverXXX
The Task is attached.

Specified by:
updateAttached in interface TaskAttachedObserverXXX

addFailed

public void addFailed(Object observable,
                      Throwable w)
Description copied from interface: Observer
Notify that the attempt to add to the specified observer failed.

Specified by:
addFailed in interface Observer

deletedFrom

public void deletedFrom(Object o)
Description copied from interface: Observer
Acknowledge the request to delete this Observer from Object's set of observers was successful (or that the Observer was spontaneously deleted, e.g., due to a task exit).

Specified by:
deletedFrom in interface Observer