]> git.argeo.org Git - lgpl/argeo-commons.git/blob - RefreshRoles.java
eb30bb4ecb5495a575f77f5fd1e16fd3b983f603
[lgpl/argeo-commons.git] / RefreshRoles.java
1 package org.argeo.security.ui.admin.commands;
2
3 import org.eclipse.core.commands.AbstractHandler;
4 import org.eclipse.core.commands.ExecutionEvent;
5 import org.eclipse.core.commands.ExecutionException;
6
7 /**
8 * Refreshes the roles view.
9 */
10 public class RefreshRoles extends AbstractHandler {
11 public Object execute(ExecutionEvent event) throws ExecutionException {
12
13 return null;
14 }
15
16 }