1 | private PopulateRoasterCommand populateCommand;↵ | | 1 | private PopulateRoasterCommand populateCommand;↵
|
|
2 | public AddContactCommand(IChatFrameMediator mediator,↵ | | 2 | public RemoveContactCommand(IChatFrameMediator mediator,↵
|
3 | ICommandReference reference) {↵ | | 3 | ICommandReference reference) {↵
|
4 | super(reference);↵ | | 4 | super(reference);↵
|
|
|
5 | populateCommand = new PopulateRoasterCommand(mediator, reference);↵ | | 5 | populateCommand = new PopulateRoasterCommand(mediator, reference);↵
|
|
6 | }↵ | | 6 | }↵
|
|
7 | /**↵ | | 7 | /**↵
|
8 | * @see org.columba.core.command.Command#updateGUI()↵ | | 8 | * @see org.columba.core.command.Command#updateGUI()↵
|
9 | */↵ | | 9 | */↵
|
10 | @Override↵ | | 10 | @Override↵
|
11 | public void updateGUI() throws Exception {↵ | | 11 | public void updateGUI() throws Exception {↵
|
12 | populateCommand.updateGUI() | | 12 | populateCommand.updateGUI()
|