de.jreality.plugin.experimental
Interface ManagedContent.ContentListener

All Known Implementing Classes:
ManagedContent.ContentAdapter
Enclosing class:
ManagedContent

public static interface ManagedContent.ContentListener

Author:
Stefan Sechelmann

Method Summary
 void contentAdded(Class<?> context, SceneGraphComponent c)
           
 void contentCleared()
           
 void contentRemoved(Class<?> context)
           
 void contentRemoved(Class<?> context, SceneGraphComponent c)
           
 void toolAdded(Class<?> context, Tool t)
           
 void toolRemoved(Class<?> context, Tool t)
           
 

Method Detail

contentAdded

void contentAdded(Class<?> context,
                  SceneGraphComponent c)

contentRemoved

void contentRemoved(Class<?> context,
                    SceneGraphComponent c)

contentRemoved

void contentRemoved(Class<?> context)

contentCleared

void contentCleared()

toolAdded

void toolAdded(Class<?> context,
               Tool t)

toolRemoved

void toolRemoved(Class<?> context,
                 Tool t)