Interface | Description |
---|---|
Closes | |
IntMap | |
Progress | |
ThreadProperty.Detach |
Class | Description |
---|---|
ThreadFlags | |
ThreadProperty | |
Tools | |
Tools.NullProgress | |
Trigger |
A Trigger is a synchronizing object where any Thread may call trigger() which will eventually cause an separate Thread to call
the doTriggerTask() method at least once.
|
Exception | Description |
---|---|
AbortedException | |
ReportedException |
A ReportedException is used as a carrier for an Exception that has already been reported in a log or to the user.
|