Package org.jboss.hal.core
Interface ApplicationReadyEvent.ApplicationReadyHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
ProcessStateHandler
- Enclosing class:
- ApplicationReadyEvent
public static interface ApplicationReadyEvent.ApplicationReadyHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonApplicationReady(ApplicationReadyEvent event)
-
-
-
Method Detail
-
onApplicationReady
void onApplicationReady(ApplicationReadyEvent event)
-
-