public abstract class AbstractHandler<T,R> extends Object implements IHandler<T,R>
AbstractHandler()
protected abstract R
doHandle(T target)
R
handle(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractHandler()
public R handle(T t)
IHandler
handle
IHandler<T,R>
t
protected abstract R doHandle(T target)
target
Copyright © 2024. All rights reserved.