Uses of Interface
trial.gaurav.menu.Action
Packages that use Action
-
Uses of Action in trial.gaurav.customer
Classes in trial.gaurav.customer that implement ActionModifier and TypeClassDescriptionclassThe `AddCustomerAction` class represents an action to add a new customer to the customer records.classThe `DeleteCustomerAction` class represents an action to delete a customer from the customer records.classThe `ViewAllCustomersAction` class represents an action to view all customers from the customer records.classThe `ViewCustomerAction` class represents an action to view a specific customer from the customer records.