| Package | Description | 
|---|---|
| oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JUActionBindingListener. afterActionPerformed(JUActionBindingEvent ev)Notifies all listeners, so that they may implement necessary updates
 and invalidations on the UI side as a reaction to a performed action. | 
| void | JUActionBindingAdapter. afterActionPerformed(JUActionBindingEvent ev) | 
| void | JUActionBindingListener. beforeActionPerformed(JUActionBindingEvent ev)Notifies all listeners, so that they may prepare any necessary data
 for the current action, before the action is performed | 
| void | JUActionBindingAdapter. beforeActionPerformed(JUActionBindingEvent ev) |