org.jboss.forge.shell.events
Class PostStartup
java.lang.Object
org.jboss.forge.shell.events.PostStartup
public final class PostStartup
- extends Object
Fired by the Shell when it has successfully started up and is ready to accept user input. If plugins need to
take action before the user is given a chance to interact, they should observe this event.
For example:
public void myObserver(@Observes PostStartup 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 |
PostStartup
public PostStartup()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.