|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - the type of object being sent to the handlerpublic interface ObjectHandler<E>
The ObjectHandler interface specifies a handler
with a single method that takes a single argument of the
type of the generic paramter.
| Method Summary | |
|---|---|
void |
handle(E e)
Handle the specified object. |
| Method Detail |
|---|
void handle(E e)
e - Object to be handled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||