textbender.g.beans
Class PropertyChangeListenerR.DispatchCatcher
java.lang.Object
  
Catcher0<PropertyChangeListenerR>
      
PropertyChangeListenerR.DispatchCatcher
- All Implemented Interfaces: 
 - Catcher<PropertyChangeListenerR>
 
- Enclosing interface:
 - PropertyChangeListenerR
 
public static class PropertyChangeListenerR.DispatchCatcher
- extends Catcher0<PropertyChangeListenerR>
 
For property event dispatchers,
 a catcher that treats exception-throwing listeners as disabled.
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertyChangeListenerR.DispatchCatcher
public PropertyChangeListenerR.DispatchCatcher(PropertyChangeListenerR.Registry registry)
- Creates a DispatchCatcher.
 
catchException
public void catchException(PropertyChangeListenerR listener,
                           Exception x)
- Notifies the registry that the listener
 is disabled.
- Specified by:
 catchException in interface Catcher<PropertyChangeListenerR>- Overrides:
 catchException in class Catcher0<PropertyChangeListenerR>
 
- Parameters:
 listener - logical source of the exception