facets.util
Interface Identified

All Known Implementing Classes:
ActionViewerTarget, AppSurface.ContentRoot, AreaTargeter, DataNode, DialogSurface.ContentRoot, ExceptionNode, FileNode, FrameGroup, FrameGroup.Proxy, IndexingFrame, IndexingFrame.FrameTargeter, IndexingTarget, IndexingTargeter, Line, NodeViewable, SAreaTarget, SContentRootTargeter, SelectingFrame, SFrameTarget, Shade, SIndexing, SNumeric, StatefulViewable, STextual, SToggling, STrigger, TargetCore, TargeterCore, TypedNode, ValueNode, ViewableFrame, ViewerTarget

public interface Identified

Specifies a unique identity.


Method Summary
 java.lang.Object identity()
          Return an object that is as far as possible unique for the implementation.
 

Method Detail

identity

java.lang.Object identity()
Return an object that is as far as possible unique for the implementation.

This will usually be a class instance counter.