Class HookSpecification
java.lang.Object
|
+----HookSpecification
- class HookSpecification
- extends Object
A pair (hookName, component). It is used in two situations.
- to represent components attached to local hooks and
- to represent client hooks to which this component is attached.
- Version:
- 0.1
- Author:
- Fabio Kon
- See Also:
- ComponentConfigurator
-
component
- The component that is attached to the hook or the client that contains the
hook.
-
hook
- The name of the hook.
-
HookSpecification(String, ComponentConfigurator)
- Creates a new HookSpecification with the given values.
-
equals(HookSpecification)
-
hook
public String hook
- The name of the hook.
component
public ComponentConfigurator component
- The component that is attached to the hook or the client that contains the
hook.
HookSpecification
public HookSpecification(String hook,
ComponentConfigurator component)
- Creates a new HookSpecification with the given values.
equals
public boolean equals(HookSpecification hs)