org.rhq.core.pc
Interface PluginContainer.InitializationListener

Enclosing class:
PluginContainer

public static interface PluginContainer.InitializationListener

Invoked by the plugin container immediately after it is initialized


Method Summary
 void initialized()
          Notifies the listener that the plugin container has been initialized.
 

Method Detail

initialized

void initialized()
Notifies the listener that the plugin container has been initialized. This method executes in the same thread in which PluginContainer.initialize() is executing.



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.