Panda3D
Public Member Functions | Public Attributes | Static Public Attributes

BulletinBoardWatcher Class Reference

Inheritance diagram for BulletinBoardWatcher:
DirectObject

List of all members.

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')

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

tuple notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher') [static]
 All Classes Namespaces Functions Variables Properties