com.sun.opengl.impl
Interface NativeLibLoader.LoaderAction

Enclosing class:
NativeLibLoader

public static interface NativeLibLoader.LoaderAction


Method Summary
 void loadLibrary(java.lang.String libname, java.lang.String[] preload, boolean doPreload, boolean ignoreError)
          Loads the library specified by libname.
 

Method Detail

loadLibrary

void loadLibrary(java.lang.String libname,
                 java.lang.String[] preload,
                 boolean doPreload,
                 boolean ignoreError)
Loads the library specified by libname. Optionally preloads the libraries specified by preload. The implementation should ignore, if the preload-libraries have already been loaded.

Parameters:
libname - the library to load
preload - the libraries to load before loading the main library
doPreload - true, iff the preload-libraries should be loaded
ignoreError - true, iff errors during loading the preload-libraries should be ignored


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.