All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface com.cometway.jerminal.JerminalListenerInterface
  -  public interface JerminalListenerInterface
This interface is implemented by classes that want to listen for notifications from
 a Jerminal.
   
  -   notifyExecutingCommand(String) notifyExecutingCommand(String)
-   This method is called if the jerminal is executing a JerminalCommand.
  
-   notifyFinishedExecutingCommand(String) notifyFinishedExecutingCommand(String)
-   This method is called if the jerminal has finished executing a JerminalCommand.
  
-   notifyFinishedRunningBinary() notifyFinishedRunningBinary()
-   This method is called when the Jerminal has finished executing a binary.
  
-   notifyInvalidCommand() notifyInvalidCommand()
-   This method is called if a command is issued to the Jerminal that was invalid.
  
-   notifyJerminalExiting() notifyJerminalExiting()
-   This method is called when the Jerminal is exiting.
  
-   notifyRunningBinary() notifyRunningBinary()
-   This method is called if the Jerminal is executing a binary.
   
 notifyRunningBinary
notifyRunningBinary
 public abstract void notifyRunningBinary()
  -  This method is called if the Jerminal is executing a binary.
 
 notifyFinishedRunningBinary
notifyFinishedRunningBinary
 public abstract void notifyFinishedRunningBinary()
  -  This method is called when the Jerminal has finished executing a binary.
 
 notifyInvalidCommand
notifyInvalidCommand
 public abstract void notifyInvalidCommand()
  -  This method is called if a command is issued to the Jerminal that was invalid.
 
 notifyExecutingCommand
notifyExecutingCommand
 public abstract void notifyExecutingCommand(String command)
  -  This method is called if the jerminal is executing a JerminalCommand.
 
 notifyFinishedExecutingCommand
notifyFinishedExecutingCommand
 public abstract void notifyFinishedExecutingCommand(String command)
  -  This method is called if the jerminal has finished executing a JerminalCommand.
 
 notifyJerminalExiting
notifyJerminalExiting
 public abstract void notifyJerminalExiting()
  -  This method is called when the Jerminal is exiting.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index