public final class PostStartup extends Object
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
}
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.