| org.cougaar.planning.plugin.legacy.ScheduleablePlugin
ScheduleablePlugin | public interface ScheduleablePlugin (Code) | | |
addExternalActivityWatcher | void addExternalActivityWatcher(SubscriptionWatcher watcher)(Code) | | Support for SharedThreading.
When a plugin needs to be actived by any sort of plugin Scheduler,
this method will be called exactly once by the scheduler
during initialization so that it can tell when each plugin
might need to be awakened.
ONLY FOR INFRASTRUCTURE
|
externalCycle | void externalCycle(boolean wasExplicit)(Code) | | Support for SharedThreading.
When the plugin scheduler decides that there is work for a
plugin to do, it calls this method to execute the code.
ONLY FOR INFRASTRUCTURE
|
|
|