Interface RtfPropertyListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
RtfDestinationDocument
public interface RtfPropertyListener extends java.util.EventListenerRtfPropertyListenerinterface for handling events.- Since:
- 2.0.8
- Author:
- Howard Shank (hgshank@yahoo.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterPropertyChange(java.lang.String propertyName)voidbeforePropertyChange(java.lang.String propertyName)
-