Class UpdatePathAutoComplete
- java.lang.Object
-
- org.jboss.hal.client.configuration.UpdatePathAutoComplete
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,ProfileSelectionEvent.ProfileSelectionHandler,ServerResultEvent.ServerResultHandler
public class UpdatePathAutoComplete extends Object implements ProfileSelectionEvent.ProfileSelectionHandler, ServerResultEvent.ServerResultHandler
Updates thePathsAutoCompleteupon profile selections and server stop / start.
-
-
Constructor Summary
Constructors Constructor Description UpdatePathAutoComplete(com.google.web.bindery.event.shared.EventBus eventBus, Environment environment, Dispatcher dispatcher, StatementContext statementContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonProfileSelection(ProfileSelectionEvent event)voidonServerResult(ServerResultEvent event)
-
-
-
Constructor Detail
-
UpdatePathAutoComplete
@Inject public UpdatePathAutoComplete(com.google.web.bindery.event.shared.EventBus eventBus, Environment environment, Dispatcher dispatcher, StatementContext statementContext)
-
-
Method Detail
-
onProfileSelection
public void onProfileSelection(ProfileSelectionEvent event)
- Specified by:
onProfileSelectionin interfaceProfileSelectionEvent.ProfileSelectionHandler
-
onServerResult
public void onServerResult(ServerResultEvent event)
- Specified by:
onServerResultin interfaceServerResultEvent.ServerResultHandler
-
-