com.tensegrity.skeleton.swing
Class SwingApplicationFrame.NavigatorUpdater

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

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

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

Author:
GillesIachelini

Constructor Summary
SwingApplicationFrame.NavigatorUpdater()
          Empty constructor.
 
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

SwingApplicationFrame.NavigatorUpdater

public SwingApplicationFrame.NavigatorUpdater()
Empty constructor.

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.