Package org.jboss.as.cli
Interface CliEventListener
-
- All Known Implementing Classes:
AccessRequirementSet,AddressAccessRequirement,AllRequiredSet,AnyRequiredSet,ArchiveHandler,AttachmentHandler,BaseAccessRequirement,BaseOperationAccessRequirement,BaseOperationCommand,BatchModeCommandHandler,BatchRunHandler,ControllerModeAccess,DataSourceAddCompositeHandler,DeployHandler,DeploymentHandler,DeploymentInfoHandler,DeploymentOverlayHandler,GenericTypeOperationHandler,HostServerOperationAccess,InstallationReportHandler,JDBCDriverInfoHandler,LsHandler,MainOperationAccessRequirement,PerNodeOperationAccess,ReadAttributeHandler,ReadOperationHandler,ReloadHandler,ResourceCompositeOperationHandler,ShutdownHandler,UndeployHandler,XADataSourceAddCompositeHandler
public interface CliEventListener- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcliEvent(CliEvent event, CommandContext ctx)
-
-
-
Method Detail
-
cliEvent
void cliEvent(CliEvent event, CommandContext ctx)
-
-