Uses of Interface
com.lowagie.text.rtf.parser.destinations.RtfDestinationListener
Packages that use RtfDestinationListener
-
Uses of RtfDestinationListener in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations with type parameters of type RtfDestinationListenerModifier and TypeFieldDescriptionprivate static final List<RtfDestinationListener> RtfDestination.listenersTheRtfDestinationListener.Methods in com.lowagie.text.rtf.parser.destinations with parameters of type RtfDestinationListenerModifier and TypeMethodDescriptionbooleanRtfDestination.addListener(RtfDestinationListener listener) Adds aRtfDestinationListenerto theRtfDestinationMgr.static booleanRtfDestinationMgr.addListener(String destination, RtfDestinationListener listener) Adds aRtfDestinationListenerto the appropriateRtfDestination.booleanRtfDestination.removeListener(RtfDestinationListener listener) Removes aRtfDestinationListenerfrom theRtfDestinationMgr.static booleanRtfDestinationMgr.removeListener(String destination, RtfDestinationListener listener) Removes aRtfDestinationListenerfrom the appropriateRtfDestination.