Package net.storm.api.plugins.config
Class ConfigInvocationHandler
- java.lang.Object
-
- net.storm.api.plugins.config.ConfigInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class ConfigInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description ConfigInvocationHandler(ConfigManager manager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
callDefaultMethod(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
void
invalidate()
java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Constructor Detail
-
ConfigInvocationHandler
public ConfigInvocationHandler(ConfigManager manager)
-
-
Method Detail
-
callDefaultMethod
public static java.lang.Object callDefaultMethod(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
invoke
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
- Specified by:
invoke
in interfacejava.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
-
invalidate
public void invalidate()
-
-