201202203204205206207208
} public void receiveCommand(String itemName, Command command) { try { Item item = itemRegistry.getItem(itemName); eventQueue.add(new CommandEvent(item, command)); } catch (ItemNotFoundException e) {} }