Uses of Interface
net.sf.urlchecker.events.ChainListener

Packages that use ChainListener
net.sf.urlchecker.commands Provides All the interfaces and classes necessary to identify, verify and validate URLs inside Character streams. 
 

Uses of ChainListener in net.sf.urlchecker.commands
 

Methods in net.sf.urlchecker.commands that return types with arguments of type ChainListener
 Set<ChainListener> Context.getListeners()
          Returns the listeners.
 

Methods in net.sf.urlchecker.commands with parameters of type ChainListener
 void Context.addListener(ChainListener newListener)
          Adds the listener.
 boolean Context.removeListener(ChainListener oldListener)
          Removes the listener.
 



Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.