Forge - Shell API 1.2.0.Final

org.jboss.forge.shell.events
Class PostStartup

java.lang.Object
  extended by 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

Constructor Summary
PostStartup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostStartup

public PostStartup()

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.