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.listeners
TheRtfDestinationListener
.Methods in com.lowagie.text.rtf.parser.destinations with parameters of type RtfDestinationListenerModifier and TypeMethodDescriptionboolean
RtfDestination.addListener
(RtfDestinationListener listener) Adds aRtfDestinationListener
to theRtfDestinationMgr
.static boolean
RtfDestinationMgr.addListener
(String destination, RtfDestinationListener listener) Adds aRtfDestinationListener
to the appropriateRtfDestination
.boolean
RtfDestination.removeListener
(RtfDestinationListener listener) Removes aRtfDestinationListener
from theRtfDestinationMgr
.static boolean
RtfDestinationMgr.removeListener
(String destination, RtfDestinationListener listener) Removes aRtfDestinationListener
from the appropriateRtfDestination
.