Class RemoveConletType

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class RemoveConletType extends ConsoleCommand
Removes a web console component type from the console page.

Implementations of the front-end are not expected to remove resources from the page that were added by AddConletType because this is hardly possible to implement.

The only expected action of the front-end is to prevent further usage of the conlet, typically by removing the conlet type from e.g. a menu that allows adding conlets. The front-end is also not expected to remove existing instances of the conlet. If such a behavior is desired, the required DeleteConlet events must be generated on the server side.