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.void handle(E e)
e - Object to be handled.Copyright © 2016 Alias-i, Inc.. All rights reserved.