org.jboss.errai.enterprise.client.cdi.events
Class BusReadyEvent
java.lang.Object
org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent
public class BusReadyEvent
- extends Object
An event that is fired locally on the client after the ErraiBus has completed
federation with the server. All remote (server-side) CDI services are known
before this event is fired.
Usage note: methods annotated with AfterInitialization
are
also called after remote service discovery, and these methods are often an
easier way of arranging for client-side startup code to execute.
- Author:
- Mike Brock .
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusReadyEvent
public BusReadyEvent()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.