📄 compositeinvocationhandler.java
字号:
package com.sun.corba.se.spi.orbutil.proxy ;import java.io.Serializable ;import java.lang.reflect.InvocationHandler ;public interface CompositeInvocationHandler extends InvocationHandler, Serializable{ /** Add an invocation handler for all methods on interface interf. */ void addInvocationHandler( Class interf, InvocationHandler handler ) ; /** Set the default invocation handler to use if none of the * invocation handlers added by calls to addInvocationHandler apply. */ void setDefaultHandler( InvocationHandler handler ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -