com.tensegrity.skeleton.swt
Class SwtApplicationFrame.NavigatorUpdater

java.lang.Object
  extended bycom.tensegrity.skeleton.swt.SwtApplicationFrame.NavigatorUpdater
All Implemented Interfaces:
Observer
Enclosing class:
SwtApplicationFrame

public class SwtApplicationFrame.NavigatorUpdater
extends java.lang.Object
implements Observer

The NavigatorUpdater is an Observer which updates the Navigator of an ApplicationFrame.


Constructor Summary
SwtApplicationFrame.NavigatorUpdater()
           
 
Method Summary
 void update(Observable o, java.lang.Object arg)
          The callback method of an observer that is invoked by the Observable each time the state has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwtApplicationFrame.NavigatorUpdater

public SwtApplicationFrame.NavigatorUpdater()
Method Detail

update

public void update(Observable o,
                   java.lang.Object arg)
Description copied from interface: Observer
The callback method of an observer that is invoked by the Observable each time the state has changed.

Specified by:
update in interface Observer
Parameters:
o - the observable that triggered the call.
arg - an object carrying additional information.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.