Example usage for org.apache.commons.jci.listeners ReloadNotificationListener interface-usage

List of usage examples for org.apache.commons.jci.listeners ReloadNotificationListener interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.jci.listeners ReloadNotificationListener interface-usage.

Usage

From source file framework.ReloadingClassLoader.java

/**
 * The ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded. That means that loadClass calls
 * may return different results if the class was change in the underlying ResoruceStore.
 * 
 * @author tcurdt
 */