| Method | 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 |
| Instantiate() | Creates a BHandler from a BMessage |
| 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 |
| UnlockLooper() | Unlocks the BLooper that the BHandler is associated with |
The Be Book, in lovely HTML, for BeOS Release 4.
Copyright © 1998 Be, Inc. All rights reserved.
Last modified December 11, 1998.