392393394395396397398399400401402
} } public synchronized void store() { try { mConfigurationHandler.storeData(new DataSerializer(){ public void write(ObjectOutputStream out) throws IOException { writeData(out); } }); } catch (IOException e) {
102103104105106107108109110111112
} } public void store() { try { mConfigurationHandler.storeData(new DataSerializer() { public void write(ObjectOutputStream out) throws IOException { writeData(out); } }); } catch (IOException e) {