net.ontopia.topicmaps.impl.utils
Interface AbstractAttachManager.DetachHandlerIF

All Superinterfaces:
CachedIF, EventListenerIF
Enclosing class:
AbstractAttachManager

public static interface AbstractAttachManager.DetachHandlerIF
extends EventListenerIF, CachedIF

INTERNAL: Interface that manages detaching new objects to the object model.


Method Summary
 java.util.Collection<java.lang.Object> getDetached()
           
 boolean isDetached(java.lang.Object object)
           
 void refresh()
          Refreshes the cache.
 
Methods inherited from interface net.ontopia.topicmaps.impl.utils.EventListenerIF
processEvent
 

Method Detail

isDetached

boolean isDetached(java.lang.Object object)

getDetached

java.util.Collection<java.lang.Object> getDetached()

refresh

void refresh()
Description copied from interface: CachedIF
Refreshes the cache.

Specified by:
refresh in interface CachedIF


Copyright © 2000-2012 Ontopia.