Uses of Class
org.jboss.as.cli.CliEvent
-
Packages that use CliEvent Package Description org.jboss.as.cli org.jboss.as.cli.accesscontrol org.jboss.as.cli.handlers org.jboss.as.cli.impl -
-
Uses of CliEvent in org.jboss.as.cli
Methods in org.jboss.as.cli that return CliEvent Modifier and Type Method Description static CliEventCliEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static CliEvent[]CliEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.cli with parameters of type CliEvent Modifier and Type Method Description voidCliEventListener. cliEvent(CliEvent event, CommandContext ctx) -
Uses of CliEvent in org.jboss.as.cli.accesscontrol
Methods in org.jboss.as.cli.accesscontrol with parameters of type CliEvent Modifier and Type Method Description voidBaseAccessRequirement. cliEvent(CliEvent event, CommandContext ctx) -
Uses of CliEvent in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers with parameters of type CliEvent Modifier and Type Method Description voidBaseOperationCommand. cliEvent(CliEvent event, CommandContext ctx)voidGenericTypeOperationHandler. cliEvent(CliEvent event, CommandContext ctx) -
Uses of CliEvent in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl with parameters of type CliEvent Modifier and Type Method Description protected voidCommandContextImpl. notifyListeners(CliEvent event)
-