org.springframework.shell.event
Interface ShellStatusListener


public interface ShellStatusListener

Implemented by classes that wish to be notified of shell status changes.

Since:
1.0

Method Summary
 void onShellStatusChange(ShellStatus oldStatus, ShellStatus newStatus)
          Invoked by the shell to report a new status.
 

Method Detail

onShellStatusChange

void onShellStatusChange(ShellStatus oldStatus,
                         ShellStatus newStatus)
Invoked by the shell to report a new status.

Parameters:
oldStatus - the old status
newStatus - the new status