org.jboss.forge.bootstrap.listener
Class GreetingListener
java.lang.Object
org.jboss.forge.bootstrap.listener.GreetingListener
- All Implemented Interfaces:
- org.jboss.forge.container.spi.ContainerLifecycleListener
public class GreetingListener
- extends Object
- implements org.jboss.forge.container.spi.ContainerLifecycleListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreetingListener
public GreetingListener()
beforeStart
public void beforeStart(Forge forge)
throws org.jboss.forge.container.exception.ContainerException
- Specified by:
beforeStart in interface org.jboss.forge.container.spi.ContainerLifecycleListener
- Throws:
org.jboss.forge.container.exception.ContainerException
beforeStop
public void beforeStop(Forge forge)
throws org.jboss.forge.container.exception.ContainerException
- Specified by:
beforeStop in interface org.jboss.forge.container.spi.ContainerLifecycleListener
- Throws:
org.jboss.forge.container.exception.ContainerException
afterStop
public void afterStop(Forge forge)
throws org.jboss.forge.container.exception.ContainerException
- Specified by:
afterStop in interface org.jboss.forge.container.spi.ContainerLifecycleListener
- Throws:
org.jboss.forge.container.exception.ContainerException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.