org.norther.tammi.spray.engine.tool
Class VoidTool
java.lang.Object
org.norther.tammi.core.pool.RecyclableSupport
org.norther.tammi.core.pool.PoolableSupport
org.norther.tammi.spray.engine.tool.GlobalTool
org.norther.tammi.spray.engine.tool.VoidTool
- All Implemented Interfaces:
- Serializable, Cloneable, EventListener, Poolable, Recyclable, ContextBindingListener
public class VoidTool
- extends GlobalTool
A global tool for void references.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
|
Constructor Summary |
VoidTool()
Constructs a new tool. |
VoidTool
public VoidTool()
- Constructs a new tool.
dispose
public void dispose()
- Description copied from class:
RecyclableSupport
- Disposes the object by setting its disposed flag.
- Specified by:
dispose in interface Recyclable- Overrides:
dispose in class GlobalTool
toString
public String toString()
- Description copied from class:
GlobalTool
- Converts the tool into a string. For most tools, an empty string is a
convenient result. Subclasses can implement more specific conversions.
- Overrides:
toString in class GlobalTool
- Returns:
- an empty string.
valueBound
public void valueBound(ContextBindingEvent event)
- Description copied from interface:
ContextBindingListener
- Notifies the object that it is being bound to a context.
- Specified by:
valueBound in interface ContextBindingListener- Overrides:
valueBound in class GlobalTool
- Parameters:
event - the binding event.
Copyright © 2004 The Norther Organization. All rights reserved.