More documentation updates.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3315 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-01-27 04:48:00 +00:00
parent ae5105185c
commit aa80b920c8
2 changed files with 16 additions and 19 deletions
@@ -1,5 +1,5 @@
//
// $Id: NamedEvent.java,v 1.2 2004/08/27 02:20:20 mdb Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -29,10 +29,10 @@ public abstract class NamedEvent extends DEvent
{
/**
* Constructs a new named event for the specified target object with
* the supplied lock name.
* the supplied attribute name.
*
* @param targetOid the object id of the object in question.
* @param name the name of the lock to release.
* @param name the name associated with this event.
*/
public NamedEvent (int targetOid, String name)
{
@@ -49,7 +49,7 @@ public abstract class NamedEvent extends DEvent
}
/**
* Returns the name of the lock to release.
* Returns the name of the attribute to which this event pertains.
*/
public String getName ()
{