// WARNING :
// This is used to force a state save and it should not be copied else where to make things
// convenient as this could lead to a severe performance degradation
ModelDataStorage mds = getApplicationComponent(ModelDataStorage.class);
mds.save();
}
/**
* Initializes a newly created <code>SaveUserPrefActionListener</code> object
*/