Uses of Interface
jade.util.ObjectManager.Loader

Packages that use ObjectManager.Loader
jade.util This package contains utility classes and in particular: classes for handling properties in an extended way (see the Tutorial), the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME. 
 

Uses of ObjectManager.Loader in jade.util
 

Methods in jade.util with parameters of type ObjectManager.Loader
static void ObjectManager.addLoader(java.lang.String type, ObjectManager.Loader loader)
          Register a Loader for a given type of object.
static boolean ObjectManager.removeLoader(java.lang.String type, ObjectManager.Loader loader)