JPF 0.10

Uses of Interface
org.java.plugin.boot.BootErrorHandler

Packages that use BootErrorHandler
org.java.plugin.boot This package contains helper classes to start/stop JPF based applications. 
 

Uses of BootErrorHandler in org.java.plugin.boot
 

Classes in org.java.plugin.boot that implement BootErrorHandler
 class BootErrorHandlerConsole
          Console out based error handler implementation, most suites good for non-interactive service-style applications.
 class BootErrorHandlerGui
          Standard boot error handler for GUI applications.
 

Methods in org.java.plugin.boot with parameters of type BootErrorHandler
 Application DefaultApplicationInitializer.initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
          Initializes application.
 Application ApplicationInitializer.initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
          This method should configure and initialize an application instance to be started.
 


JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.