|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
---|---|
org.lightwolf | Core classes for flow manipulation and synchronization. |
Uses of Process in org.lightwolf |
---|
Subclasses of Process in org.lightwolf | |
---|---|
class |
FileProcess
A process that stores data on a file. |
Methods in org.lightwolf that return Process | |
---|---|
static Process |
Process.current()
Returns the current process. |
static Process |
Flow.process()
The process to which this flow belongs. |
static Process |
Process.safeCurrent()
Returns the current process, or throws an exception if there is no current process. |
Methods in org.lightwolf with parameters of type Process | |
---|---|
static void |
Flow.joinProcess(Process process)
Adds the current flow to the informed process. |
void |
IProcessListener.onEvent(Process sender,
int event,
Flow flow)
Called when an event happens on a process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |