direct.showbase.BulletinBoardWatcher
from direct.showbase.BulletinBoardWatcher import BulletinBoardWatcher
Contains the BulletinBoardWatcher class.
Inheritance diagram
- class BulletinBoardWatcher(name, postNames, callback, removeNames=None)[source]
Bases:
DirectObject
This class allows you to wait for a set of posts to be made to (or removed from) the bulletin board, and gives you a notification when all posts have been made. Values of posts are not examined.
- notify = <direct.directnotify.Notifier.Notifier object>