| Interface | Description |
|---|---|
| Haltable |
A counterpart to the Runnable interface.
|
| IANCThreadListener |
Any objects that want to be notified when an ANCThread changes state can
register an instance of an IANCThreadListener.
|
| Notifiable<T> |
Interface to indicate that an object can be notified of events.
|
| Process |
A simple interface that combines Runnable and Haltable.
|
| Class | Description |
|---|---|
| ANCThread |
Extends the Java Thread call and add a
halt() method. |
| Enum | Description |
|---|---|
| ANCThread.Event |
Events sent to listeners.
|
| ANCThread.State |
State values.
|
Copyright © 2016 The American National Corpus. All rights reserved.