public final class org.apache.dubbo.event.EventDispatcher$run__333 extends java.lang.Object implements java.util.concurrent.Executor
{
public static java.util.concurrent.Executor bootstrap$()
{
org.apache.dubbo.event.EventDispatcher$run__333 v;
v = new org.apache.dubbo.event.EventDispatcher$run__333;
specialinvoke v.<org.apache.dubbo.event.EventDispatcher$run__333: void <init>()>();
return v;
}
public void <init>()
{
org.apache.dubbo.event.EventDispatcher$run__333 v;
v := @this: org.apache.dubbo.event.EventDispatcher$run__333;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void execute(java.lang.Runnable)
{
java.lang.Runnable v;
org.apache.dubbo.event.EventDispatcher$run__333 v;
v := @this: org.apache.dubbo.event.EventDispatcher$run__333;
v := @parameter: java.lang.Runnable;
interfaceinvoke v.<java.lang.Runnable: void run()>();
return;
}
}