import framework.*; public class NextFibCommand extends Command { public NextFibCommand(FibGenerator fg) { super(fg); } public void execute() throws AppException { // update the model } }