textbender.g.beans
Class PropertyChangeListenerR.DispatchCatcherN
java.lang.Object
  
Catcher0<PropertyChangeListenerR>
      
PropertyChangeListenerR.DispatchCatcherN
- All Implemented Interfaces: 
 - Catcher<PropertyChangeListenerR>
 
- Enclosing interface:
 - PropertyChangeListenerR
 
public static class PropertyChangeListenerR.DispatchCatcherN
- extends Catcher0<PropertyChangeListenerR>
 
For property event dispatchers, by name,
 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 | 
 
propertyName
final String propertyName
PropertyChangeListenerR.DispatchCatcherN
public PropertyChangeListenerR.DispatchCatcherN(PropertyChangeListenerR.RegistryN registry,
                                                String propertyName)
- Creates a DispatchCatcherN.
 
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