* Instantiates a new selection hook singleton.
*/
private SelectionHookSingleton() {
Registry registry = SimSystem.getRegistry();
selectionHook = new SelectionHook(registry.getFactorySelectionHook());
registry.installFactorySelectionHook(selectionHook);
}
/**
* Gets the single instance of SelectionHookSingleton.
*