|
Function Description AddFilter() Adds a filter to the BHandler's list of filters Archive() Archives a BHandler into a BMessage FilterList() Returns the list of filters for the BHandler GetSupportedSuites() Hook called in response to B_GET_SUPPORTED_SUITES scripting requests BHandler() Constructor ~BHandler() Destructor LockLooper() Locks the BLooper that the BHandler is associated with LockLooperWithTimeout() Locks, with a timeout, the BLooper that the BHandler is associated with Looper() Returns the BLooper that the BHandler is associated with MessageReceived() Hook called by the BHandler to respond to messages Name() Returns the name identifying the BHandler NextHandler() Gets the next BHandler RemoveFilter() Removes a filter from the BHandler's list of filters ResolveSpecifier() Hook called to respond to scripting requests SetFilterList() Sets the list of filters for the BHandler SetName() Sets the name identifying the BHandler SetNextHandler() Sets the next BHandler StartWatchingAll() Begin watching for notices from this handler StartWatching() Begin watching for a specific notice from this handler StopWatchingAll() Stop watching for notices from this handler StopWatching() Stop watching for a specific notice from this handler UnlockLooper() Unlocks the BLooper that the BHandler is associated with
|
Copyright © 2000 Be, Inc. All rights reserved..