|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
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.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.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 | Defines the classes and interfaces for the blojsom pingback plugin events |
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.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.event | Defines the classes and interfaces for the blojsom Widget events |
org.blojsom.plugin.widget.ip | Defines the classes and interfaces for the blojsom IP address display widget |
Uses of Event in org.blojsom.event |
Methods in org.blojsom.event with parameters of type Event | |
void |
SimpleEventBroadcaster.broadcastEvent(Event event)
Broadcast an event to all listeners |
void |
SimpleEventBroadcaster.processEvent(Event event)
Process an event with all listeners |
void |
Listener.handleEvent(Event event)
Handle an event broadcast from another component |
void |
Listener.processEvent(Event event)
Process an event from another component |
boolean |
Filter.processEvent(Event event)
Determines whether or not a particular event should be processed |
void |
EventBroadcaster.broadcastEvent(Event event)
Broadcast an event to all listeners |
void |
EventBroadcaster.processEvent(Event event)
Process an event with all listeners |
Uses of Event in org.blojsom.fetcher.database |
Methods in org.blojsom.fetcher.database with parameters of type Event | |
void |
DatabaseFetcher.handleEvent(Event event)
Handle an event broadcast from another component |
void |
DatabaseFetcher.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.admin.event |
Subclasses of Event in org.blojsom.plugin.admin.event | |
class |
AuthorizationAddedEvent
AuthorizationAddedEvent |
class |
AuthorizationDeletedEvent
AuthorizationDeletedEvent |
class |
AuthorizationEvent
AuthorizationEvent |
class |
CategoryAddedEvent
CategoryAddedEvent |
class |
CategoryDeletedEvent
CategoryDeletedEvent |
class |
CategoryEvent
CategoryEvent |
class |
CategoryUpdatedEvent
CategoryUpdatedEvent |
class |
EntryAddedEvent
EntryAddedEvent |
class |
EntryDeletedEvent
EntryDeletedEvent |
class |
EntryEvent
EntryEvent |
class |
EntryUpdatedEvent
EntryUpdatedEvent |
class |
ProcessEntryEvent
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 |
ProcessUserEvent
Process user event contains information about a user with hooks for retrieving the servlet request, response, and the current plugin execution context. |
class |
UserEvent
UserEvent |
Uses of Event in org.blojsom.plugin.akismet |
Methods in org.blojsom.plugin.akismet with parameters of type Event | |
void |
AkismetModerationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
AkismetModerationPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.comment |
Methods in org.blojsom.plugin.comment with parameters of type Event | |
void |
MathCommentAuthenticationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
MathCommentAuthenticationPlugin.processEvent(Event event)
Process an event from another component |
void |
CommentPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
CommentPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.comment.event |
Subclasses of Event 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 Comment . |
class |
CommentMarkedSpamEvent
Comment marked spam event |
class |
CommentResponseSubmissionEvent
Comment response submission event |
class |
CommentUnapprovedEvent
Comment Unapproved event |
class |
CommentUnmarkedSpamEvent
Comment unmarked spam event |
Uses of Event in org.blojsom.plugin.common |
Methods in org.blojsom.plugin.common with parameters of type Event | |
void |
RSSEnclosurePlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
RSSEnclosurePlugin.processEvent(Event event)
Process an event from another component |
void |
FileAttachmentPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
FileAttachmentPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.filter |
Methods in org.blojsom.plugin.filter with parameters of type Event | |
void |
XSSFilterPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
XSSFilterPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.language |
Methods in org.blojsom.plugin.language with parameters of type Event | |
void |
LanguageSelectionPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
LanguageSelectionPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.markup |
Methods in org.blojsom.plugin.markup with parameters of type Event | |
void |
MarkupSelectionPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
MarkupSelectionPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.moderation |
Methods in org.blojsom.plugin.moderation with parameters of type Event | |
void |
SpamPhraseModerationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
SpamPhraseModerationPlugin.processEvent(Event event)
Process an event from another component |
void |
OpenProxyModerationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
OpenProxyModerationPlugin.processEvent(Event event)
Process an event from another component |
void |
LinkSpamModerationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
LinkSpamModerationPlugin.processEvent(Event event)
Process an event from another component |
void |
IPAddressModerationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
IPAddressModerationPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.pingback |
Methods in org.blojsom.plugin.pingback with parameters of type Event | |
void |
PingbackPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
PingbackPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.pingback.event |
Subclasses of Event 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 |
PingbackMarkedSpamEvent
Pingback marked spam event indicates an event where a Pingback has been marked as spam in the system. |
class |
PingbackResponseSubmissionEvent
Pingback response submission event |
class |
PingbackUnapprovedEvent
Pingback unapproved event indicates an event where a Pingback has been unapproved in the system. |
class |
PingbackUnmarkedSpamEvent
Pingback unmarked spam event indicates an event where a Pingback has been unmarked as spam in the system. |
Uses of Event in org.blojsom.plugin.response.event |
Subclasses of Event in org.blojsom.plugin.response.event | |
class |
ResponseSubmissionEvent
Response submission event |
Uses of Event in org.blojsom.plugin.technorati |
Methods in org.blojsom.plugin.technorati with parameters of type Event | |
void |
TechnoratiTagsPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
TechnoratiTagsPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.trackback |
Methods in org.blojsom.plugin.trackback with parameters of type Event | |
void |
TrackbackPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
TrackbackPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.trackback.event |
Subclasses of Event 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 |
TrackbackMarkedSpamEvent
Trackback marked spam event |
class |
TrackbackResponseSubmissionEvent
Trackback response submission event |
class |
TrackbackUnapprovedEvent
Trackback Unapproved event |
class |
TrackbackUnmarkedSpamEvent
Trackback unmarked spam event |
Uses of Event in org.blojsom.plugin.twitter |
Methods in org.blojsom.plugin.twitter with parameters of type Event | |
void |
TwitterNotificationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
TwitterNotificationPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.weblogsping |
Methods in org.blojsom.plugin.weblogsping with parameters of type Event | |
void |
WeblogsPingPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
WeblogsPingPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.widget.admin |
Methods in org.blojsom.plugin.widget.admin with parameters of type Event | |
void |
WidgetAdministrationPlugin.handleEvent(Event event)
Handle an event broadcast from another component |
void |
WidgetAdministrationPlugin.processEvent(Event event)
Process an event from another component |
Uses of Event in org.blojsom.plugin.widget.event |
Subclasses of Event in org.blojsom.plugin.widget.event | |
class |
ProcessWidgetRequest
ProcessWidgetRequest |
class |
RegisterWidgetEvent
RegisterWidgetEvent |
Uses of Event in org.blojsom.plugin.widget.ip |
Methods in org.blojsom.plugin.widget.ip with parameters of type Event | |
void |
IPAddressWidget.handleEvent(Event event)
Handle an event broadcast from another component |
void |
IPAddressWidget.processEvent(Event event)
Process an event from another component |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |