Uses of Class
org.blojsom.event.BlojsomEvent

Packages that use BlojsomEvent
org.blojsom.event Defines the classes and interfaces for blojsom events and listeners  
org.blojsom.fetcher Defines the classes and interfaces for blojsom fetchers  
org.blojsom.fetcher.event Defines the classes and interfaces for blojsom fetcher events  
org.blojsom.plugin.admin Defines the classes and interfaces for the blojsom admin plugins  
org.blojsom.plugin.admin.event Defines the classes and interfaces for the blojsom admin plugin events  
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.comment.event Defines the classes and interfaces for events related to the blojsom comment plugin  
org.blojsom.plugin.common Defines the classes and interfaces common to a number of blojsom plugins  
org.blojsom.plugin.crosspost Defines the classes and interfaces for the blojsom crosspost plugin  
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.pingback.event   
org.blojsom.plugin.response.event Defines the classes and interfaces for the blojsom response plugin events  
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.trackback.event Defines the classes and interfaces for events related to the blojsom trackback plugin  
org.blojsom.plugin.weblogsping Defines the classes and interfaces for the blojsom weblogs.com ping plugin  
 

Uses of BlojsomEvent in org.blojsom.event
 

Methods in org.blojsom.event with parameters of type BlojsomEvent
 void SimpleBlojsomEventBroadcaster.broadcastEvent(BlojsomEvent event)
          Broadcast an event to all listeners
 void SimpleBlojsomEventBroadcaster.processEvent(BlojsomEvent event)
          Process an event with all listeners
 void BlojsomListener.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void BlojsomListener.processEvent(BlojsomEvent event)
          Process an event from another component
 boolean BlojsomFilter.processEvent(BlojsomEvent event)
          Determines whether or not a particular event should be processed
 void BlojsomEventBroadcaster.broadcastEvent(BlojsomEvent event)
          Broadcast an event to all listeners
 void BlojsomEventBroadcaster.processEvent(BlojsomEvent event)
          Process an event with all listeners
 

Uses of BlojsomEvent in org.blojsom.fetcher
 

Methods in org.blojsom.fetcher with parameters of type BlojsomEvent
 void CachingFetcher.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void CachingFetcher.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.fetcher.event
 

Subclasses of BlojsomEvent in org.blojsom.fetcher.event
 class CacheUpdatedEvent
          Event indicating the cache has been updated
 

Uses of BlojsomEvent in org.blojsom.plugin.admin
 

Methods in org.blojsom.plugin.admin with parameters of type BlojsomEvent
 void ThemeUploadPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void ThemeUploadPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 void EditBlogPermissionsPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void EditBlogPermissionsPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.admin.event
 

Subclasses of BlojsomEvent in org.blojsom.plugin.admin.event
 class AddAuthorizationEvent
          AddAuthorizationEvent
 class AddBlogEntryEvent
          AddBlogEntryEvent
 class AddedBlogCategoryEvent
          AddedBlogCategoryEvent
 class AuthorizationEvent
          AuthorizationEvent
 class BlogCategoryEvent
          BlogCategoryEvent
 class BlogEntryEvent
          BlogEntryEvent
 class DeleteAuthorizationEvent
          DeleteAuthorizationEvent
 class DeletedBlogCategoryEvent
          DeletedBlogCategoryEvent
 class DeletedBlogEntryEvent
          DeletedBlogEntryEvent
 class ProcessBlogEntryEvent
          Process blog entry event contains information about a blog entry with hooks for retrieving the servlet request, response, and the current plugin execution context.
 class ProcessRequestEvent
          ProcessRequestEvent
 class UpdatedBlogCategoryEvent
          UpdatedBlogCategoryEvent
 class UpdatedBlogEntryEvent
          UpdatedBlogEntryEvent
 

Uses of BlojsomEvent in org.blojsom.plugin.akismet
 

Methods in org.blojsom.plugin.akismet with parameters of type BlojsomEvent
 void AkismetModerationPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void AkismetModerationPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.comment
 

Methods in org.blojsom.plugin.comment with parameters of type BlojsomEvent
 void CommentPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void CommentPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.comment.event
 

Subclasses of BlojsomEvent in org.blojsom.plugin.comment.event
 class CommentAddedEvent
          Comment Added Event indicates an event where a BlogComment has been added to the system.
 class CommentApprovedEvent
          Comment Approved event
 class CommentDeletedEvent
          Comment Deleted Event indicates an event where a BlogComment has been deleted from the system.
 class CommentEvent
          Comment Event indicates an event dealing with a BlogComment.
 class CommentResponseSubmissionEvent
          Comment response submission event
 

Uses of BlojsomEvent in org.blojsom.plugin.common
 

Methods in org.blojsom.plugin.common with parameters of type BlojsomEvent
 void RSSEnclosurePlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void RSSEnclosurePlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.crosspost
 

Methods in org.blojsom.plugin.crosspost with parameters of type BlojsomEvent
 void CrosspostPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void CrosspostPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.filter
 

Methods in org.blojsom.plugin.filter with parameters of type BlojsomEvent
 void XSSFilterPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void XSSFilterPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.language
 

Methods in org.blojsom.plugin.language with parameters of type BlojsomEvent
 void LanguageSelectionPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void LanguageSelectionPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.markup
 

Methods in org.blojsom.plugin.markup with parameters of type BlojsomEvent
 void MarkupSelectionPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void MarkupSelectionPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.moderation
 

Methods in org.blojsom.plugin.moderation with parameters of type BlojsomEvent
 void SpamPhraseModerationPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void SpamPhraseModerationPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 void LinkSpamModerationPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void LinkSpamModerationPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 void IPAddressModerationPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void IPAddressModerationPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.pingback
 

Methods in org.blojsom.plugin.pingback with parameters of type BlojsomEvent
 void PingbackPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void PingbackPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.pingback.event
 

Subclasses of BlojsomEvent in org.blojsom.plugin.pingback.event
 class PingbackAddedEvent
          Pingback added event indicates an event where a Pingback has been added to the system.
 class PingbackApprovedEvent
          Pingback approved event indicates an event where a Pingback has been approved in the system.
 class PingbackDeletedEvent
          Pingback deleted event indicates an event where a Pingback has been deleted from the system.
 class PingbackEvent
          Pingback event
 class PingbackResponseSubmissionEvent
          Pingback response submission event
 

Uses of BlojsomEvent in org.blojsom.plugin.response.event
 

Subclasses of BlojsomEvent in org.blojsom.plugin.response.event
 class ResponseSubmissionEvent
          Response submission event
 

Uses of BlojsomEvent in org.blojsom.plugin.technorati
 

Methods in org.blojsom.plugin.technorati with parameters of type BlojsomEvent
 void TechnoratiTagsPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void TechnoratiTagsPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.trackback
 

Methods in org.blojsom.plugin.trackback with parameters of type BlojsomEvent
 void TrackbackPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void TrackbackPlugin.processEvent(BlojsomEvent event)
          Process an event from another component
 

Uses of BlojsomEvent in org.blojsom.plugin.trackback.event
 

Subclasses of BlojsomEvent in org.blojsom.plugin.trackback.event
 class TrackbackAddedEvent
          Trackback Added Event indicates an event where a Trackback has been added to the system.
 class TrackbackApprovedEvent
          Trackback Approved event
 class TrackbackDeletedEvent
          Trackback Deleted Event indicates an event where a Trackback has been deleted from the system.
 class TrackbackEvent
          Trackback Event indicates an event dealing with a Trackback.
 class TrackbackResponseSubmissionEvent
          Trackback response submission event
 

Uses of BlojsomEvent in org.blojsom.plugin.weblogsping
 

Methods in org.blojsom.plugin.weblogsping with parameters of type BlojsomEvent
 void WeblogsPingPlugin.handleEvent(BlojsomEvent event)
          Handle an event broadcast from another component
 void WeblogsPingPlugin.processEvent(BlojsomEvent event)
          Process an event from another component