org.jboss.forge.shell.events
Class ProjectChanged
java.lang.Object
org.jboss.forge.shell.events.ProjectChanged
public final class ProjectChanged
- extends Object
An event that notifies observers immediately after the current Project has changed.
For example:
public void myObserver(@Observes ProjectChanged event)
{
// do something
}
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectChanged
public ProjectChanged(Project oldProject,
Project newProject)
getOldProject
public Project getOldProject()
- Returns:
- the old
Project
getNewProject
public Project getNewProject()
- Returns:
- the new
Project
Copyright © 2011 Seam Framework. All Rights Reserved.