|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandler
Interface of classes that know how to handle a specific event. The concept of handling an event usually implies that the handler will perform some form of logging such as using Log4j or writing the information to a database.
| Method Summary | |
|---|---|
void |
handleEvent(PortalEvent event)
Method to handle any processing of the event that is needed. |
boolean |
supports(PortalEvent event)
Method to check if this handler will be able to process the event. |
| Method Detail |
|---|
void handleEvent(PortalEvent event)
event - the event to handle.boolean supports(PortalEvent event)
event - the event we want to check if we support.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||