Class HookSpecification

java.lang.Object
   |
   +----HookSpecification

class HookSpecification
extends Object
A pair (hookName, component). It is used in two situations.
  1. to represent components attached to local hooks and
  2. to represent client hooks to which this component is attached.

Version:
0.1
Author:
Fabio Kon
See Also:
ComponentConfigurator

Variable Index

 o component
The component that is attached to the hook or the client that contains the hook.
 o hook
The name of the hook.

Constructor Index

 o HookSpecification(String, ComponentConfigurator)
Creates a new HookSpecification with the given values.

Method Index

 o equals(HookSpecification)

Variables

 o hook
 public String hook
The name of the hook.

 o component
 public ComponentConfigurator component
The component that is attached to the hook or the client that contains the hook.

Constructors

 o HookSpecification
 public HookSpecification(String hook,
                          ComponentConfigurator component)
Creates a new HookSpecification with the given values.

Methods

 o equals
 public boolean equals(HookSpecification hs)