ilog.ds.adapter
Interface IlFreezableAdapter
- All Known Implementing Classes:
- IlAbstractAdapter
- public interface IlFreezableAdapter
Interface for adapters to freeze and unfreeze Server to component events
dispatching. Useful while a long graphic update.
Method Summary |
abstract boolean |
isFrozen()
Returns true if the adapter is frozen. |
abstract void |
setFrozen(boolean isFrozen)
Freezes or unfreeze the adapter. |
setFrozen
public void setFrozen(boolean isFrozen)
- Freezes or unfreeze the adapter. When the adapter is frozen, all the
incoming events are buffered instead of being dispatched at each end of
batch. When the adapter is unfrozen, all the buffered events, if there
are any, are dispatched.
isFrozen
public boolean isFrozen()
- Returns true if the adapter is frozen.