public class JUCtrlActionBindingAdapter extends java.lang.Object implements JUCtrlActionBindingListener
| Constructor and Description | 
|---|
JUCtrlActionBindingAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterActionPerformed(JUCtrlActionBindingEvent 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 | 
beforeActionPerformed(JUCtrlActionBindingEvent ev)
Notifies all listeners, so that they may prepare any necessary data
 for the current action, before the action is performed 
 | 
public void beforeActionPerformed(JUCtrlActionBindingEvent ev)
JUCtrlActionBindingListenerbeforeActionPerformed in interface JUCtrlActionBindingListenerpublic void afterActionPerformed(JUCtrlActionBindingEvent ev)
JUCtrlActionBindingListenerafterActionPerformed in interface JUCtrlActionBindingListener