E - the type of object being sent to the handlerpublic interface ObjectHandler<E> extends Handler
ObjectHandler interface specifies a handler
with a single method that takes a single argument of the
type of the generic paramter.| Modifier and Type | Method and Description |
|---|---|
void |
handle(E e)
Handle the specified object.
|
void handle(E e)
e - Object to be handled.Copyright © 2019 Alias-i, Inc.. All rights reserved.