| Package | Description |
|---|---|
| com.github.geko444.im4java.process |
Contains mostly low-level classes for managing processes.
|
| com.github.geko444.im4java.test |
Contains classes with test-cases and sample code.
|
| com.github.geko444.im4java.utils |
Contains utility-classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessExecutor.processInitiated(ProcessEvent pEvent)
This method is called at process initiation.
|
void |
ProcessEventListener.processInitiated(ProcessEvent pEvent)
This method is called at process initiation.
|
void |
ProcessExecutor.processStarted(ProcessEvent pEvent)
This method is called at process startup.
|
void |
ProcessEventListener.processStarted(ProcessEvent pEvent)
This method is called at process startup.
|
void |
ProcessListener.processTerminated(ProcessEvent pEvent)
Deprecated.
This method is called at normal or abnormal process termination.
|
void |
ProcessExecutor.processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
void |
ProcessEventListener.processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
| Constructor and Description |
|---|
ProcessTask(ProcessStarter pProcessStarter,
LinkedList<String> pArgs,
ProcessEvent pProcessEvent)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase23.processInitiated(ProcessEvent pEvent)
This method is called at process initiation.
|
void |
TestCase21.processInitiated(ProcessEvent pEvent)
This method is called at process initiation.
|
void |
TestCase23.processStarted(ProcessEvent pEvent)
This method is called at process startup.
|
void |
TestCase21.processStarted(ProcessEvent pEvent)
This method is called at process startup.
|
void |
TestCase23.processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
void |
TestCase21.processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchConverter.processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
Copyright © 2019. All rights reserved.