⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compositeinvocationhandler.java

📁 java1.6众多例子参考
💻 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 + -