| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ErrorHandler in ohmm | 
|---|
| Classes in ohmm that implement ErrorHandler | |
|---|---|
|  class | DefaultErrorHandlerDefault OHMMerror handler. | 
| Fields in ohmm declared as ErrorHandler | |
|---|---|
| protected  ErrorHandler | OHMM.errorHandlerThe currently installed error handler. | 
| Methods in ohmm that return ErrorHandler | |
|---|---|
|  ErrorHandler | OHMM.getErrorHandler()Get the error handler. | 
| Methods in ohmm with parameters of type ErrorHandler | |
|---|---|
|  void | OHMM.setErrorHandler(ErrorHandler errorHandler)Set the error handler. | 
| Constructors in ohmm with parameters of type ErrorHandler | |
|---|---|
| OHMM(ErrorHandler errorHandler)Defers initialization to a call to OHMM.init(double,
 FileOutputStream, FileInputStream). | |
| OHMM(ErrorHandler errorHandler,
     double initWait,
     java.lang.String[] cmdLine)Talk to the hardware via the specified process. | |
| OHMM(ErrorHandler errorHandler,
     java.io.File port)Talk to the hardware on the specified serial port, accessed as a file. | |
| OHMM(ErrorHandler errorHandler,
     java.lang.String portName)Similar to OHMM.OHMM(ErrorHandler, File), but uses RXTX library to
 access the serial port. | |
| OHMM(ErrorHandler errorHandler,
     java.lang.String[] cmdLine)Covers OHMM.OHMM(ErrorHandler, double, String[])withOHMM.DEF_PROCESS_INIT_WAIT. | |
| OHMMDrive(ErrorHandler eh)Calls superclass constructor. | |
| OHMMDrive(ErrorHandler eh,
          double initWait,
          java.lang.String[] cmd)Calls superclass constructor. | |
| OHMMDrive(ErrorHandler eh,
          java.io.File p)Calls superclass constructor. | |
| OHMMDrive(ErrorHandler eh,
          java.lang.String p)Calls superclass constructor. | |
| OHMMDrive(ErrorHandler eh,
          java.lang.String[] cmd)Calls superclass constructor. | |
| OHMMSite(ErrorHandler eh)Calls superclass constructor. | |
| OHMMSite(ErrorHandler eh,
         double initWait,
         java.lang.String[] cmd)Calls superclass constructor. | |
| OHMMSite(ErrorHandler eh,
         java.io.File p)Calls superclass constructor. | |
| OHMMSite(ErrorHandler eh,
         java.lang.String p)Calls superclass constructor. | |
| OHMMSite(ErrorHandler eh,
         java.lang.String[] cmd)Calls superclass constructor. | |
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||