org.jppf.ui.monitoring.charts
Class PlotXYChartHandler.LegendLabelGeneratorInvocationHandler
java.lang.Object
org.jppf.ui.monitoring.charts.PlotXYChartHandler.LegendLabelGeneratorInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- PlotXYChartHandler
public static class PlotXYChartHandler.LegendLabelGeneratorInvocationHandler
- extends Object
- implements InvocationHandler
Invocation handler for a dynamic proxy to a org.jppf.ui.monitoring.charts.PlotXYChartHandler.LegendLabelGenerator implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotXYChartHandler.LegendLabelGeneratorInvocationHandler
public PlotXYChartHandler.LegendLabelGeneratorInvocationHandler()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Invoke a specified method on the specified proxy.
- Specified by:
invoke in interface InvocationHandler
- Parameters:
proxy - the dynamic proxy to invoke the method on.method - the method to invoke.args - the method parameters values.
- Returns:
- the result of the method invocation.
- Throws:
Throwable - if any error occurs.- See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])
Copyright © 2005-2010 JPPF Team.