|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface EventProcessor
An event processor handles events. An event is simply an object that is presented to the event processor in a controlled way. Specifically, when used in conjunction with an event receiver, an event processor receives events in a single-threaded fashion.
| Method Summary | |
|---|---|
void |
handleEvent(Object event)
Handle an event. |
| Method Detail |
|---|
void handleEvent(Object event)
event - the event
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||