//handle the APDescription provided by the AMS
handlersTable.put(IntrospectionVocabulary.PLATFORMDESCRIPTION, new EventHandler() {
public void handle(Event ev) {
PlatformDescription pd = (PlatformDescription) ev;
APDescription APdesc = pd.getPlatform();
myPlatformProfile = APdesc;
myGui.refreshLocalPlatformName(myPlatformProfile.getName());
}
});