| Package | Description |
|---|---|
| de.aristaflow.adept2.core.automaticclient | |
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.model.worklistmodel |
| Modifier and Type | Class and Description |
|---|---|
class |
de.aristaflow.adept2.core.automaticclient.AbstractWorklistHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
WorklistHandler
This
WorklistHandler creates event sources for worklist items
with activities that wait for an event. |
| Modifier and Type | Method and Description |
|---|---|
ClientWorklistListener[] |
ClientWorklist.getWorklistListeners()
Returns the list of registered listeners that are notified about updates to
the contents of this client worklist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientWorklist.addWorklistListener(ClientWorklistListener listener)
Registers the given listener to be notified about updates to the contents
of this client worklist object.
|
void |
ClientWorklist.removeWorklistListener(ClientWorklistListener listener)
Deregisters the given listener from being notified about updates to the
contents of this client worklist.
|