Package dev.relism.flash.ext.data.core
Class ResourceRegistry
java.lang.Object
dev.relism.flash.ext.data.core.ResourceRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidbind(TxResourceKey key, Object value) static voidcleanup()static voidclear()static voidfireSynchronizations(TxOutcome outcome) static <R> Rget(TxResourceKey key, Class<R> type) static <R> RgetOrNull(TxResourceKey key, Class<R> type) static booleanisBound(TxResourceKey key) static voidunbind(TxResourceKey key)
-
Method Details
-
bind
-
isBound
-
unbind
-
clear
public static void clear() -
cleanup
public static void cleanup() -
get
-
getOrNull
-
addSynchronization
-
fireSynchronizations
-