Uses of Interface
com.lowagie.text.rtf.parser.destinations.RtfDestinationListener

Packages that use RtfDestinationListener
com.lowagie.text.rtf.parser.destinations   
 

Uses of RtfDestinationListener in com.lowagie.text.rtf.parser.destinations
 

Methods in com.lowagie.text.rtf.parser.destinations with parameters of type RtfDestinationListener
 boolean RtfDestination.addListener(RtfDestinationListener listener)
          Adds a RtfDestinationListener to the RtfDestinationMgr.
static boolean RtfDestinationMgr.addListener(String destination, RtfDestinationListener listener)
          Adds a RtfDestinationListener to the appropriate RtfDestination.
 boolean RtfDestination.removeListener(RtfDestinationListener listener)
          Removes a RtfDestinationListener from the RtfDestinationMgr.
static boolean RtfDestinationMgr.removeListener(String destination, RtfDestinationListener listener)
          Removes a RtfDestinationListener from the appropriate RtfDestination.
 



Copyright © 2012. All Rights Reserved.