Uses of Class
org.springframework.roo.shell.event.ShellStatus

Packages that use ShellStatus
org.springframework.roo.shell.event   
 

Uses of ShellStatus in org.springframework.roo.shell.event
 

Fields in org.springframework.roo.shell.event declared as ShellStatus
protected  ShellStatus AbstractShellStatusPublisher.shellStatus
           
 

Methods in org.springframework.roo.shell.event that return ShellStatus
 ShellStatus ShellStatusProvider.getShellStatus()
          Returns the current shell status.
 ShellStatus AbstractShellStatusPublisher.getShellStatus()
           
static ShellStatus ShellStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShellStatus[] ShellStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.roo.shell.event with parameters of type ShellStatus
 void ShellStatusListener.onShellStatusChange(ShellStatus oldStatus, ShellStatus newStatus)
          Invoked by the shell to report a new status.
protected  void AbstractShellStatusPublisher.setShellStatus(ShellStatus shellStatus)
           
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.