|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.jedit.event.JRefactoryAdapter
public class JRefactoryAdapter
Default implementation of the JRefactoryListener. The methods do nothing when invoked.
Constructor Summary | |
---|---|
JRefactoryAdapter()
|
Method Summary | |
---|---|
void |
projectAdded(JRefactoryEvent evt)
Notifies the creation of a project. |
void |
projectLoaded(JRefactoryEvent evt)
Notifies the changing of the active project. |
void |
projectRemoved(JRefactoryEvent evt)
Notifies the removal of a project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRefactoryAdapter()
Method Detail |
---|
public void projectLoaded(JRefactoryEvent evt)
projectLoaded
in interface JRefactoryListener
evt
- Description of the Parameterpublic void projectAdded(JRefactoryEvent evt)
projectAdded
in interface JRefactoryListener
evt
- Description of the Parameterpublic void projectRemoved(JRefactoryEvent evt)
projectRemoved
in interface JRefactoryListener
evt
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |