Interface IWatches
public interface IWatches
- Since:
- 3.23.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addWatcher
(IUser user) Adds the user as a watcher to this objectGets the users watching this objectboolean
isWatchedBy
(IUser user) Returns true when the user is watching this objectvoid
removeWatcher
(IUser user) Removes the user as a watcher from this object
-
Method Details
-
addWatcher
Adds the user as a watcher to this object -
removeWatcher
Removes the user as a watcher from this object -
getWatchers
Gets the users watching this object -
isWatchedBy
Returns true when the user is watching this object
-