All Packages Class Hierarchy This Package Previous Next Index
Class vnet.display.ConsoleNet
java.lang.Object
|
+----vnet.display.ConsoleNet
- public class ConsoleNet
- extends Object
- implements Observer
Class to track down the events on a net layout
By default, all these events are printed in the standard output
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
-
ConsoleNet(NetLayout)
-
-
console(String)
- Output of the consoleNet.
-
destroy()
- Destructor: clean up all its observables
-
update(Observable, Object)
- Observer method
ConsoleNet
public ConsoleNet(NetLayout net)
- Parameters:
- net - the NetLayout to manage
destroy
public synchronized void destroy()
- Destructor: clean up all its observables
update
public synchronized void update(Observable obs,
Object o)
- Observer method
console
protected void console(String show)
- Output of the consoleNet. this method must be override if the output has
be redirected
- Parameters:
- show - the message to show
All Packages Class Hierarchy This Package Previous Next Index