| Home >> All >> org >> bdgp >> apps >> dagedit >> gui >> [ event Javadoc ] |
Source code: org/bdgp/apps/dagedit/gui/event/DEPluginListener.java
1 package org.bdgp.apps.dagedit.gui.event; 2 3 import java.util.EventListener; 4 5 public interface DEPluginListener extends EventListener { 6 7 public void pluginActivated(DEPluginEvent e); 8 public void pluginDeactivated(DEPluginEvent e); 9 }