org.ocd.shell
Interface IShellListener
- public interface IShellListener
The ShellListener interface is used to receive notifications during the boot process
of the shell. Shell Listeners will be notified when the shell boots, starts up, and ends.
- Version:
-
- Author:
- drichan
Method Summary |
void |
sessionBooted()
Called when the Shell Session has Booted
This is fired after all Boot Services have started |
void |
sessionEnded()
Called when the Shell Session is Ending
This is fired before all Services have been stopped |
void |
sessionStarted()
Called when the Shell Session has Started
This is fired after all Startup Services have started |
sessionBooted
public void sessionBooted()
- Called when the Shell Session has Booted
This is fired after all Boot Services have started
sessionStarted
public void sessionStarted()
- Called when the Shell Session has Started
This is fired after all Startup Services have started
sessionEnded
public void sessionEnded()
- Called when the Shell Session is Ending
This is fired before all Services have been stopped