Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
BulletinBoardWatcher Class Reference
Inheritance diagram for BulletinBoardWatcher:
DirectObject

Public Member Functions

def __init__
 
def destroy
 
def isDone
 
- Public Member Functions inherited from DirectObject
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')
 

Detailed Description

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.

Constructor & Destructor Documentation

def __init__ (   self,
  name,
  postNames,
  callback,
  removeNames = None 
)

Member Function Documentation

def destroy (   self)
def isDone (   self)

Member Data Documentation

callback
name
tuple notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher')
static
postNames
removeNames
waitingOn