Interface RtfPropertyListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
RtfDestinationDocument
public interface RtfPropertyListener extends java.util.EventListener
RtfPropertyListener
interface for handling events.- Since:
- 2.0.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterPropertyChange(java.lang.String propertyName)
void
beforePropertyChange(java.lang.String propertyName)
-