Uses of Interface
com.lowagie.text.rtf.parser.destinations.RtfDestinationListener
-
Packages that use RtfDestinationListener Package Description com.lowagie.text.rtf.parser.destinations -
-
Uses of RtfDestinationListener in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations with type parameters of type RtfDestinationListener Modifier and Type Field Description private static java.util.List<RtfDestinationListener>
RtfDestination. listeners
TheRtfDestinationListener
.Methods in com.lowagie.text.rtf.parser.destinations with parameters of type RtfDestinationListener Modifier and Type Method Description boolean
RtfDestination. addListener(RtfDestinationListener listener)
Adds aRtfDestinationListener
to theRtfDestinationMgr
.static boolean
RtfDestinationMgr. addListener(java.lang.String destination, RtfDestinationListener listener)
Adds aRtfDestinationListener
to the appropriateRtfDestination
.boolean
RtfDestination. removeListener(RtfDestinationListener listener)
Removes aRtfDestinationListener
from theRtfDestinationMgr
.static boolean
RtfDestinationMgr. removeListener(java.lang.String destination, RtfDestinationListener listener)
Removes aRtfDestinationListener
from the appropriateRtfDestination
.
-