public class Lock extends Object
The GNU Lesser General Public License for details.
Constructor and Description |
---|
Lock()
You might be wanting to construct a Lock if you want to call
Activatable.activate() directly, in which case you stand a chance of
breaking the Activator, so let the activator call activate(), and just
ask the Activator to do the job for you.
|