The InvocationHandler interface, shown in Listing 11, describes how a handler can process methods invoked on a Proxy interface implementation.
清单11 中显示的InvocationHandler接口描述一个处理程序如何处理Proxy 接口实现上的方法调用。
The ConfigHandler class, illustrated in Figure 2 and Listing 14, is an InvocationHandler responsible for handling method calls on a configuration interface.
图2和清单14中显示的confighandler类是负责处理配置接口上的方法调用的一个invocationhandler。
The ConfigHandler class, illustrated in Figure 2 and Listing 14, is an InvocationHandler responsible for handling method calls on a configuration interface.
图2和清单14中显示的confighandler类是负责处理配置接口上的方法调用的一个invocationhandler。
应用推荐