Uses of Class
org.blojsom.plugin.admin.event.BlogEntryEvent

Packages that use BlogEntryEvent
org.blojsom.plugin.admin.event Defines the classes and interfaces for the blojsom admin plugin events  
org.blojsom.plugin.comment.event Defines the classes and interfaces for events related to the blojsom comment plugin  
org.blojsom.plugin.pingback.event   
org.blojsom.plugin.trackback.event Defines the classes and interfaces for events related to the blojsom trackback plugin  
 

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

Subclasses of BlogEntryEvent in org.blojsom.plugin.admin.event
 class AddBlogEntryEvent
          AddBlogEntryEvent
 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 UpdatedBlogEntryEvent
          UpdatedBlogEntryEvent
 

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

Subclasses of BlogEntryEvent 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.
 

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

Subclasses of BlogEntryEvent 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
 

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

Subclasses of BlogEntryEvent 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.