Class PluginLayer

  • All Implemented Interfaces:
    java.lang.reflect.InvocationHandler, LayerInterface

    public abstract class PluginLayer
    extends Layer
    Author:
    javaito
    • Constructor Detail

      • PluginLayer

        public PluginLayer()
    • Method Detail

      • getTarget

        protected abstract java.lang.Object getTarget()
        Need obtain the invocation target to wrap the plugin.
        Overrides:
        getTarget in class Layer
        Returns:
        Invation target.