unbbayes.util.extension.manager
Interface UnBBayesPluginContextHolder.OnReloadActionListener

All Superinterfaces:
EventListener
Enclosing class:
UnBBayesPluginContextHolder

public static interface UnBBayesPluginContextHolder.OnReloadActionListener
extends EventListener

An interface to represent a listener, containing onReload(EventObject) which shall be called on every plugin reload events (e.g. by pressing "reload plugins" button). This is useful if you implement hotplugging, which needs to reload something when an event happens.

Author:
Shou Matsumoto

Method Summary
 void onReload(EventObject eventObject)
          This method will be called by UnBBayes when a plugin reload action is called.
 

Method Detail

onReload

void onReload(EventObject eventObject)
This method will be called by UnBBayes when a plugin reload action is called.

Parameters:
eventObject -


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.