For example, a class implementing this interface, called 'person.class', and placed in the com/cai/od/jxplorer/viewer directory, would be automatically loaded whenever the user accessed a 'person' entry, or a 'person' derived entry, in the directory.
Note that the class should be given the completely lower case name of the object class being modelled, and be aware that this breaks the java class naming convention. (E.g. use 'organizationalunit.java' rather than either 'OrganizatonalUnit.java' or 'organizationalUnit.java').
@author Chris Betts
|
|