participantproxy.rb

Path: lib/mues/filters/participantproxy.rb  (CVS)
Last Update: Sat Aug 18 22:54:10 -0700 2007

This file contains the MUES::ParticipantProxy class, an abstract derivative of the MUES::IOEventFilter class. ParticipantProxy objects relay MUES::IOEventStream IO to and from a participant in a MUES::Environment. It is usually the superclass for more-specific "player" or "avatar" Environment classes, or for a connector class associated with the "player" or "avatar" class.

Synopsis

  require 'mues/filters/participantproxy'

Subversion ID

$Id: participantproxy.rb 1206 2004-05-09 21:25:11Z deveiant $

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

mues/mixins   mues/exceptions   mues/events   mues/filters/inputfilter   mues/user   mues/role   mues/environment  

[Validate]