|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Event
This interface is implemented by classes which are used by the
event queueing methods of AbstractEventProcessor.
| Method Summary | |
|---|---|
void |
handle()
When an Event is handled on the AbstractEventProcessor's Scheduler, this method is called on the Scheduler's thread. |
| Method Detail |
|---|
void handle()
Generally, this class is used to create anonymous classes which contain a some code to be executed:
doASAP(new Event() {
public void handle() {
readTagBuffer();
updateReaderConfiguration();
}
});
|
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 | |||||||||