Public Member Functions | |
def | __init__ |
def | destroy |
def | isDone |
![]() | |
def | __init__ |
def | accept |
def | acceptOnce |
def | addTask |
def | detectLeaks |
def | doMethodLater |
def | getAllAccepting |
def | ignore |
def | ignoreAll |
def | isAccepting |
def | isIgnoring |
def | removeAllTasks |
def | removeTask |
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 | ) |
callback |
name |
|
static |
postNames |
removeNames |
waitingOn |