Interface for an object that can receive and supply an int-valued handle. The implementation should return 0 if no handle has been set, a non-zero value if the handle has been set, and should throw an IllegalStateException if an attempt is made to change the handle from one non-zero value to another.
@version 1.0
|
|
|
|
|
|