Advertisement
Guest User

Dreck

a guest
Feb 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1.             case Assignment:
  2.                 this.currentModeDispatcher = new AssignmentModelDispatcher( this, this.isGenericSearch, this.showAssetHierarchy );
  3.                 break;
  4.             case Layout:
  5.                 this.currentModeDispatcher = new LayoutModeDispatcher( this );
  6.                 break;
  7.             case PricePlanning:
  8.                 this.currentModeDispatcher = new PricePlanningDispatcher( this );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement