com.maverick.sshd.shell.terminal
Class ActiveComponent

java.lang.Object
  extended by com.maverick.sshd.shell.terminal.Component
      extended by com.maverick.sshd.shell.terminal.ActiveComponent

public abstract class ActiveComponent
extends Component


Field Summary
 
Fields inherited from class com.maverick.sshd.shell.terminal.Component
myDim, myIO, myName, myPosition
 
Constructor Summary
ActiveComponent(TerminalOutput io, String name)
           
 
Method Summary
abstract  void run()
           
 
Methods inherited from class com.maverick.sshd.shell.terminal.Component
draw, getDimension, getLocation, getName, setDimension, setLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveComponent

public ActiveComponent(TerminalOutput io,
                       String name)
Method Detail

run

public abstract void run()


Copyright © 2012. All Rights Reserved.