org.jmonit.spi
Interface PluginManagerAware

All Known Implementing Classes:
DefaultMonitor

public interface PluginManagerAware

Components created by jMonit and implementing this interface will get "injected" with the current pluginManager.

Author:
Nicolas De Loof

Method Summary
 void setPluginManager(PluginManager manager)
          Inject the active plugin manager
 

Method Detail

setPluginManager

void setPluginManager(PluginManager manager)
Inject the active plugin manager

Parameters:
manager - the active plugin manager


Copyright © 2007 Nicolas De Loof. All Rights Reserved.