Class TeamExecutor

java.lang.Object
net.officefloor.frame.impl.execute.team.TeamExecutor
All Implemented Interfaces:
Executor

public class TeamExecutor extends Object implements Executor
Executor that is backed by a Team.
Author:
Daniel Sagenschneider
  • Constructor Details

    • TeamExecutor

      public TeamExecutor(Team team, Executive executive)
      Instantiate.
      Parameters:
      team - Team.
      executive - Executive.
  • Method Details