Searched defs:ConsumerInterface (Results 1 – 2 of 2) sorted by relevance
322 struct ConsumerInterface { struct323 ConsumerCreateCallback create;324 ConsumerDestroyCallback destroy;326 ConsumerPreSaveCallback preSave;327 ConsumerGlobalPreSaveCallback globalPreSave;329 ConsumerSaveCallback save;331 ConsumerGlobalPostSaveCallback globalPostSave;332 ConsumerPostSaveCallback postSave;334 ConsumerPostLoadCallback postLoad;336 ConsumerGlobalPreLoadCallback globalPreLoad;
303 struct ConsumerInterface { struct304 ConsumerCreateCallback create;305 ConsumerDestroyCallback destroy;306 ConsumerSaveCallback save;307 ConsumerLoadCallback load;