Interface IWatches
public interface IWatches
- Since:
- 3.23.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddWatcher(IUser user) Adds the user as a watcher to this objectGets the users watching this objectbooleanisWatchedBy(IUser user) Returns true when the user is watching this objectvoidremoveWatcher(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
-