org.scijava.plugin.event
Class PluginsListEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.object.event.ListEvent<PluginInfo<?>>
              extended by org.scijava.plugin.event.PluginsListEvent
All Implemented Interfaces:
Contextual
Direct Known Subclasses:
PluginsAddedEvent, PluginsRemovedEvent

public abstract class PluginsListEvent
extends ListEvent<PluginInfo<?>>

An event indicating something has happened to the list of plugins registered with the PluginService.

Author:
Curtis Rueden

Constructor Summary
PluginsListEvent(Collection<? extends PluginInfo<?>> c)
           
PluginsListEvent(PluginInfo<?> o)
           
 
Method Summary
 
Methods inherited from class org.scijava.object.event.ListEvent
getItems, toString
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, isConsumed, setConsumed
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginsListEvent

public PluginsListEvent(PluginInfo<?> o)

PluginsListEvent

public PluginsListEvent(Collection<? extends PluginInfo<?>> c)


Copyright © 2009–2014 SciJava. All rights reserved.