org.eclipse.xtext.util
Interface OnChangeEvictingCache.Listener

All Known Implementing Classes:
DelegatingEventSource
Enclosing class:
OnChangeEvictingCache

public static interface OnChangeEvictingCache.Listener

A simple cache listener. It will be notified if the cache is cleared. The notification will only occur once. Listeners that are interested in subsequent notifications have to re-add themselves.


Method Summary
 void onEvict(OnChangeEvictingCache.CacheAdapter cache)
           
 

Method Detail

onEvict

void onEvict(OnChangeEvictingCache.CacheAdapter cache)