Panda3D
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__ (self, name, postNames, callback, removeNames=None)
 
def destroy (self)
 
def isDone (self)
 
- Public Member Functions inherited from DirectObject
def __init__ (self)
 
def accept (self, event, method, extraArgs=[])
 
def acceptOnce (self, event, method, extraArgs=[])
 
def addTask (self, args, kwargs)
 
def detectLeaks (self)
 
def doMethodLater (self, args, kwargs)
 
def getAllAccepting (self)
 
def ignore (self, event)
 
def ignoreAll (self)
 
def isAccepting (self, event)
 
def isIgnoring (self, event)
 
def removeAllTasks (self)
 
def removeTask (self, taskOrName)
 

Public Attributes

 callback
 
 name
 
 postNames
 
 removeNames
 
 waitingOn
 

Static Public Attributes

 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

◆ __init__()

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

Member Function Documentation

◆ destroy()

def destroy (   self)

◆ isDone()

def isDone (   self)

Member Data Documentation

◆ callback

callback

◆ name

name

◆ notify

notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher')
static

◆ postNames

postNames

◆ removeNames

removeNames

◆ waitingOn

waitingOn