public class LivechatDepartmentsPath extends Path<LinkedHashMap<String,Department>>
Allows subscription to department broadcast updates and retrieval of the current department info. If there is nobody to listen this path it will not emit any broadcasts.
Department
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,Department> |
getData()
Gets the path data in it's current state
|
static LivechatDepartmentsPath |
getInstance()
Gets singleton instance of
LivechatDepartmentsPath |
broadcast, broadcast, finalize, isClearRequired, notifyObservers
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
public static LivechatDepartmentsPath getInstance()
LivechatDepartmentsPath
public LinkedHashMap<String,Department> getData()
Path
getData
in class Path<LinkedHashMap<String,Department>>