Class: StatusListener

bcdui.core. StatusListener

An interface that status listeners must implement. A StatusListener is informed by DataProviders (more precisely by AbstractExecutables) about status changes, becoming ready is the most important.

new bcdui.core.StatusListener()

Methods

handleStatusEvent(statusEvent)

This method is called when the status transition the listener is registered for occurs.
Name Type Description
statusEvent The status event belonging to the status transition. This object must not be modified, because it is shared among all listeners.