org.acm.seguin.ide.jedit.event
Class JRefactoryAdapter

java.lang.Object
  extended by org.acm.seguin.ide.jedit.event.JRefactoryAdapter
All Implemented Interfaces:
java.util.EventListener, JRefactoryListener

public class JRefactoryAdapter
extends java.lang.Object
implements JRefactoryListener

Default implementation of the JRefactoryListener. The methods do nothing when invoked.

Since:
0.0.1
Version:
$Id: JRefactoryAdapter.java,v 1.1 2003/09/17 19:52:50 mikeatkinson Exp $
Author:
Mike Atkinson

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

JRefactoryAdapter

public JRefactoryAdapter()
Method Detail

projectLoaded

public void projectLoaded(JRefactoryEvent evt)
Notifies the changing of the active project.

Specified by:
projectLoaded in interface JRefactoryListener
Parameters:
evt - Description of the Parameter

projectAdded

public void projectAdded(JRefactoryEvent evt)
Notifies the creation of a project.

Specified by:
projectAdded in interface JRefactoryListener
Parameters:
evt - Description of the Parameter

projectRemoved

public void projectRemoved(JRefactoryEvent evt)
Notifies the removal of a project.

Specified by:
projectRemoved in interface JRefactoryListener
Parameters:
evt - Description of the Parameter