public interface ClientWorklistListener
ClientWorklist is updated, e.g. to
refresh the UI.| Modifier and Type | Method and Description |
|---|---|
void |
worklistUpdated(ClientWorklist clientWorklist,
WorklistUpdate worklistUpdate)
Informs the listener that the given client worklist was updated with the given worklist update.
|
void worklistUpdated(ClientWorklist clientWorklist, WorklistUpdate worklistUpdate)
clientWorklist - the updated client worklistworklistUpdate - the worklist update used to update the client worklist or null in case
the client worklist is a complete new one.