Notify all container event listeners that a particular event has occurred for this Container. The default implementation performs this notification synchronously using the calling thread. @param type Event type @param data Event data
(String type, Object data)
| 418 | * @param data Event data |
| 419 | */ |
| 420 | void fireContainerEvent(String type, Object data); |
| 421 | |
| 422 | |
| 423 | /** |
no outgoing calls
no test coverage detected