// Processor interface class: handles proxy access to real roles

 

Customer execution results:

As can be seen from the results,

As long as you execute the methods of the proxy class, each time you go into the processor interface class,

From this we can do process control in the processor interface class

// Centralize process control into the processor interface class:

 

Results: