de.jreality.plugin.experimental
Class ManagedContent.ContentAdapter

java.lang.Object
  extended by de.jreality.plugin.experimental.ManagedContent.ContentAdapter
All Implemented Interfaces:
ManagedContent.ContentListener
Enclosing class:
ManagedContent

public static class ManagedContent.ContentAdapter
extends Object
implements ManagedContent.ContentListener


Constructor Summary
ManagedContent.ContentAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedContent.ContentAdapter

public ManagedContent.ContentAdapter()
Method Detail

contentAdded

public void contentAdded(Class<?> context,
                         SceneGraphComponent c)
Specified by:
contentAdded in interface ManagedContent.ContentListener

contentRemoved

public void contentRemoved(Class<?> context,
                           SceneGraphComponent c)
Specified by:
contentRemoved in interface ManagedContent.ContentListener

contentRemoved

public void contentRemoved(Class<?> context)
Specified by:
contentRemoved in interface ManagedContent.ContentListener

contentCleared

public void contentCleared()
Specified by:
contentCleared in interface ManagedContent.ContentListener

toolAdded

public void toolAdded(Class<?> context,
                      Tool t)
Specified by:
toolAdded in interface ManagedContent.ContentListener

toolRemoved

public void toolRemoved(Class<?> context,
                        Tool t)
Specified by:
toolRemoved in interface ManagedContent.ContentListener