public class InstanceCacheUpdater
extends java.lang.Object
implements torn.omea.framework.core.ContextListener
Constructor and Description |
---|
InstanceCacheUpdater(Instance instance) |
Modifier and Type | Method and Description |
---|---|
void |
contextClosed() |
void |
contextOpened() |
static void |
performUpdate(Instance instance,
torn.omea.framework.transaction.TransactionNotice notice) |
void |
transactionCommited(torn.omea.framework.transaction.TransactionNotice t) |
public InstanceCacheUpdater(Instance instance)
public void transactionCommited(torn.omea.framework.transaction.TransactionNotice t)
transactionCommited
in interface torn.omea.framework.core.ContextListener
public static void performUpdate(Instance instance, torn.omea.framework.transaction.TransactionNotice notice)
public void contextOpened()
contextOpened
in interface torn.omea.framework.core.ContextListener
public void contextClosed()
contextClosed
in interface torn.omea.framework.core.ContextListener