RemoteCommandRegistrar

public class RemoteCommandRegistrar extends ExtensionPointIteratedHandler

RemoteCommandRegistrar handles the registration of any remote command with the central remote command handler.

Author:Hugo Y. K. Lam

Methods

processExtension

public void processExtension(Extension extension)

Adds a remote command to the central remote command handler.

Parameters:
  • extension – the extension which represents the remote command.
Throws:

See also: hk.hku.cecid.piazza.commons.spa.ExtensionPointHandler.processExtensions(java.util.Collection)