public abstract class Invoker extends Object
Invoker()
abstract Object
invoke(Packet p, Method m, Object... args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Invoker()
public abstract Object invoke(@NotNull Packet p, @NotNull Method m, @NotNull Object... args) throws InvocationTargetException, IllegalAccessException
InvocationTargetException
IllegalAccessException
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.