org.jboss.forge.project.packaging.events
Class PackagingChanged
java.lang.Object
org.jboss.forge.project.packaging.events.PackagingChanged
@QueuedEvent
public final class PackagingChanged
- extends Object
This event is fired when the current Project
's PackagingType
is changed.
- Author:
- Lincoln Baxter, III
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackagingChanged
public PackagingChanged(Project project,
PackagingType old,
PackagingType newType)
getOldPackagingType
public PackagingType getOldPackagingType()
getNewPackagingType
public PackagingType getNewPackagingType()
getProject
public Project getProject()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.