Panda3D
|
Public Member Functions | |
def | __init__ |
def | destroy |
def | isDone |
Public Attributes | |
callback | |
name | |
postNames | |
removeNames | |
waitingOn | |
Static Public Attributes | |
tuple | notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher') |
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.
def __init__ | ( | self, | |
name, | |||
postNames, | |||
callback, | |||
removeNames = None |
|||
) |
def destroy | ( | self | ) |
def isDone | ( | self | ) |
tuple notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher') [static] |