com.acarter.scenemonitor.textdescriptor
Class EmptyDescriptorHandler

java.lang.Object
  extended by com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
      extended by com.acarter.scenemonitor.textdescriptor.EmptyDescriptorHandler

public class EmptyDescriptorHandler
extends A_TextDescriptorHandler

This can be used if a default descriptor library is not found, and no default descriptors should be loaded.

Author:
Carter

Field Summary
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
descriptors, LOGGER_NAME
 
Constructor Summary
EmptyDescriptorHandler()
           
 
Method Summary
 void initDescriptors()
          Add nothing.
 
Methods inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
descriptorsExist, getDescriptor, registerDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyDescriptorHandler

public EmptyDescriptorHandler()
Method Detail

initDescriptors

public void initDescriptors()
Add nothing.

Specified by:
initDescriptors in class A_TextDescriptorHandler