Uses of Interface
org.blojsom.event.Listener

Packages that use Listener
org.blojsom.event Defines the classes and interfaces for blojsom events and listeners  
org.blojsom.fetcher.database Defines the classes and interfaces for the blojsom database fetcher  
org.blojsom.plugin.akismet A plugin that checks comments and trackbacks using the Akismet service. 
org.blojsom.plugin.comment Defines the classes and interfaces for the blojsom comment plugin  
org.blojsom.plugin.common Defines the classes and interfaces common to a number of blojsom plugins  
org.blojsom.plugin.filter Defines the classes and interfaces for blojsom plugins that perform content filtering  
org.blojsom.plugin.language The language selection plugin allows you to attach a language to a blog entry  
org.blojsom.plugin.markup The markup selection plugin allows you to specify text markup filters to apply to a blog entry  
org.blojsom.plugin.moderation Defines the classes and interfaces for the blojsom moderation plugins  
org.blojsom.plugin.pingback Defines the classes and interfaces for the blojsom pingback plugin  
org.blojsom.plugin.technorati The Technorati tags plugin allows you to attach Technorati tags to a blog entry  
org.blojsom.plugin.trackback Defines the classes and interfaces for the blojsom trackback plugin  
org.blojsom.plugin.twitter Twitter notification plugin for the Twitter service  
org.blojsom.plugin.weblogsping Defines the classes and interfaces for the blojsom weblogs.com ping plugin  
org.blojsom.plugin.widget.admin Defines the classes and interfaces for the blojsom Widget administration plugin  
org.blojsom.plugin.widget.ip Defines the classes and interfaces for the blojsom IP address display widget  
 

Uses of Listener in org.blojsom.event
 

Fields in org.blojsom.event declared as Listener
protected  Listener SimpleEventBroadcaster.EventHandler._listener
           
 

Methods in org.blojsom.event with parameters of type Listener
 void SimpleEventBroadcaster.addListener(Listener listener)
          Add a event to this event broadcaster
 void SimpleEventBroadcaster.addListener(Listener listener, Filter filter)
          Add a event to this event broadcaster.
 void SimpleEventBroadcaster.removeListener(Listener listener)
          Remove a event from this event broadcaster
 void EventBroadcaster.addListener(Listener listener)
          Add a event to this event broadcaster
 void EventBroadcaster.addListener(Listener listener, Filter filter)
          Add a event to this event broadcaster.
 void EventBroadcaster.removeListener(Listener listener)
          Remove a event from this event broadcaster
 

Constructors in org.blojsom.event with parameters of type Listener
SimpleEventBroadcaster.EventHandler(Listener listener, Filter filter)
          Create a new event handler with event and filter instances.
 

Uses of Listener in org.blojsom.fetcher.database
 

Classes in org.blojsom.fetcher.database that implement Listener
 class DatabaseFetcher
          Database fetcher
 

Uses of Listener in org.blojsom.plugin.akismet
 

Classes in org.blojsom.plugin.akismet that implement Listener
 class AkismetModerationPlugin
          Akismet moderation plugin
 

Uses of Listener in org.blojsom.plugin.comment
 

Classes in org.blojsom.plugin.comment that implement Listener
 class CommentPlugin
          CommentPlugin
 class MathCommentAuthenticationPlugin
          Math comment authenticator plugin
 

Uses of Listener in org.blojsom.plugin.common
 

Classes in org.blojsom.plugin.common that implement Listener
 class FileAttachmentPlugin
          FileAttachmentPlugin-The idea behind this plugin is taken from RSSEnclosure plugin.
 class RSSEnclosurePlugin
          RSSEnclosurePlugin
 

Uses of Listener in org.blojsom.plugin.filter
 

Classes in org.blojsom.plugin.filter that implement Listener
 class XSSFilterPlugin
          XSSFilterPlugin
 

Uses of Listener in org.blojsom.plugin.language
 

Classes in org.blojsom.plugin.language that implement Listener
 class LanguageSelectionPlugin
          Language selection plugin allows you to attach a language attribute to a blog entry.
 

Uses of Listener in org.blojsom.plugin.markup
 

Classes in org.blojsom.plugin.markup that implement Listener
 class MarkupSelectionPlugin
          Markup selection plugin allows an individual to select a markup filter to apply to their blog entry.
 

Uses of Listener in org.blojsom.plugin.moderation
 

Classes in org.blojsom.plugin.moderation that implement Listener
 class IPAddressModerationPlugin
          IP address moderation plugin
 class LinkSpamModerationPlugin
          Link spam moderation plugin
 class OpenProxyModerationPlugin
          Open proxy check plugin for comments and trackbacks.
 class SpamPhraseModerationPlugin
          Spam phrase moderation plugin
 

Uses of Listener in org.blojsom.plugin.pingback
 

Classes in org.blojsom.plugin.pingback that implement Listener
 class PingbackPlugin
          Pingback plugin implements a pingback client to send pingbacks to any URLs in a blog entry according to the Pingback 1.0 specification.
 

Uses of Listener in org.blojsom.plugin.technorati
 

Classes in org.blojsom.plugin.technorati that implement Listener
 class TechnoratiTagsPlugin
          Technorati tags plugin
 

Uses of Listener in org.blojsom.plugin.trackback
 

Classes in org.blojsom.plugin.trackback that implement Listener
 class TrackbackPlugin
          TrackbackPlugin
 

Uses of Listener in org.blojsom.plugin.twitter
 

Classes in org.blojsom.plugin.twitter that implement Listener
 class TwitterNotificationPlugin
          Twitter notification plugin for the Twitter service
 

Uses of Listener in org.blojsom.plugin.weblogsping
 

Classes in org.blojsom.plugin.weblogsping that implement Listener
 class WeblogsPingPlugin
          WeblogsPingPlugin
 

Uses of Listener in org.blojsom.plugin.widget.admin
 

Classes in org.blojsom.plugin.widget.admin that implement Listener
 class WidgetAdministrationPlugin
          WidgetAdministrationPlugin
 

Uses of Listener in org.blojsom.plugin.widget.ip
 

Classes in org.blojsom.plugin.widget.ip that implement Listener
 class IPAddressWidget
          IP Address widget