Uses of Interface
org.blojsom.event.EventBroadcaster

Packages that use EventBroadcaster
org.blojsom.event Defines the classes and interfaces for blojsom events and listeners  
org.blojsom.extension.xmlrpc.handler Defines the classes and interfaces for blojsom XML-RPC handlers  
org.blojsom.fetcher.database Defines the classes and interfaces for the blojsom database fetcher  
org.blojsom.plugin.admin Defines the classes and interfaces for the blojsom admin plugins  
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.delicious A plugin that posts your daily links from del.icio.us as an entry to your blog. 
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.moblog Defines the classes and interfaces for the blojsom moblog plugin  
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 Defines the classes and interfaces for the blojsom Widget plugins  
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 EventBroadcaster in org.blojsom.event
 

Classes in org.blojsom.event that implement EventBroadcaster
 class SimpleEventBroadcaster
          SimpleEventBroadcaster.
 

Uses of EventBroadcaster in org.blojsom.extension.xmlrpc.handler
 

Fields in org.blojsom.extension.xmlrpc.handler declared as EventBroadcaster
protected  EventBroadcaster APIHandler._eventBroadcaster
           
 

Methods in org.blojsom.extension.xmlrpc.handler with parameters of type EventBroadcaster
 void APIHandler.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.fetcher.database
 

Fields in org.blojsom.fetcher.database declared as EventBroadcaster
protected  EventBroadcaster DatabaseFetcher._eventBroadcaster
           
 

Methods in org.blojsom.fetcher.database with parameters of type EventBroadcaster
 void DatabaseFetcher.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.admin
 

Methods in org.blojsom.plugin.admin with parameters of type EventBroadcaster
 void ThemeSwitcherPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 void EditBlogEntriesPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 void EditBlogCategoriesPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 void EditBlogAuthorizationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 void BulkResponseManagement.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.akismet
 

Methods in org.blojsom.plugin.akismet with parameters of type EventBroadcaster
 void AkismetModerationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.comment
 

Fields in org.blojsom.plugin.comment declared as EventBroadcaster
protected  EventBroadcaster CommentPlugin._eventBroadcaster
           
 

Methods in org.blojsom.plugin.comment with parameters of type EventBroadcaster
 void MathCommentAuthenticationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster to use
 void CommentPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.common
 

Fields in org.blojsom.plugin.common declared as EventBroadcaster
protected  EventBroadcaster RSSEnclosurePlugin._eventBroadcaster
           
protected  EventBroadcaster FileAttachmentPlugin._eventBroadcaster
           
 

Methods in org.blojsom.plugin.common with parameters of type EventBroadcaster
 void RSSEnclosurePlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 void FileAttachmentPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.delicious
 

Methods in org.blojsom.plugin.delicious with parameters of type EventBroadcaster
 void DailyPostingPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.filter
 

Methods in org.blojsom.plugin.filter with parameters of type EventBroadcaster
 void XSSFilterPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster to use
 

Uses of EventBroadcaster in org.blojsom.plugin.language
 

Methods in org.blojsom.plugin.language with parameters of type EventBroadcaster
 void LanguageSelectionPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.markup
 

Methods in org.blojsom.plugin.markup with parameters of type EventBroadcaster
 void MarkupSelectionPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.moblog
 

Methods in org.blojsom.plugin.moblog with parameters of type EventBroadcaster
 void MoblogPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.moderation
 

Methods in org.blojsom.plugin.moderation with parameters of type EventBroadcaster
 void SpamPhraseModerationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 void OpenProxyModerationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 void LinkSpamModerationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 void IPAddressModerationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.pingback
 

Methods in org.blojsom.plugin.pingback with parameters of type EventBroadcaster
 void PingbackPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.technorati
 

Methods in org.blojsom.plugin.technorati with parameters of type EventBroadcaster
 void TechnoratiTagsPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.trackback
 

Methods in org.blojsom.plugin.trackback with parameters of type EventBroadcaster
 void TrackbackPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.twitter
 

Methods in org.blojsom.plugin.twitter with parameters of type EventBroadcaster
 void TwitterNotificationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.weblogsping
 

Methods in org.blojsom.plugin.weblogsping with parameters of type EventBroadcaster
 void WeblogsPingPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster event broadcaster
 

Uses of EventBroadcaster in org.blojsom.plugin.widget
 

Methods in org.blojsom.plugin.widget with parameters of type EventBroadcaster
 void WidgetPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

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

Methods in org.blojsom.plugin.widget.admin with parameters of type EventBroadcaster
 void WidgetAdministrationPlugin.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster
 

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

Methods in org.blojsom.plugin.widget.ip with parameters of type EventBroadcaster
 void IPAddressWidget.setEventBroadcaster(EventBroadcaster eventBroadcaster)
          Set the EventBroadcaster