Confirmed users
198
edits
| Line 112: | Line 112: | ||
* Forwards platform methods to the mapped inner protocol's methods. | * Forwards platform methods to the mapped inner protocol's methods. | ||
* Filters ignored accessibles and ensures they are not exposed to the platform. | * Filters ignored accessibles and ensures they are not exposed to the platform. | ||
* Manages the lifecycle of the accessible as it relates to the platform (ie. notify on destroy) | |||
A subclass should be able to implement a handful of inner protocol getters and have a well-behaved platform accessible. An example of that is <code>mozColumnAccessible</code>. | A subclass should be able to implement a handful of inner protocol getters and have a well-behaved platform accessible. An example of that is <code>mozColumnAccessible</code>. | ||