public void run(ResourceMap granted) {
ActionMap am = granted.get(resourceID);
// make sure all actions were granted
Set<Action> grantedActions = new HashSet<Action>(am.values());
// get the binding for the session listener
WonderlandSessionListener listener = (WonderlandSessionListener)
AppContext.getDataManager().getBinding(bindingName);