ioeventfilters.rb

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

This file is a container for expediently loading all of the MUES::IOEventFilter classes for MUES::IOEventStream objects.

Synopsis

  require 'mues/ioeventfilters'
  require 'mues/ioeventstream'
  require 'mues/events'

  stream = MUES::IOEventStream.new
  soFilter = MUES::SocketOutputFilter( aSocket )
  shFilter = MUES::CommandShell( aPlayerObject )
  snFilter = MUES::SnoopFilter( anIOEventStream )

  stream.addFilters( soFilter, shFilter, snFilter )

Subversion ID

$Id: ioeventfilters.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/filters/ioeventfilter   mues/filters/outputfilter   mues/filters/inputfilter   mues/filters/defaultoutputfilter   mues/filters/defaultinputfilter   mues/filters/clientoutputfilter   mues/filters/socketoutputfilter   mues/filters/telnetoutputfilter   mues/filters/consoleoutputfilter   mues/filters/commandshell   mues/filters/eventdelegator   mues/filters/macrofilter   mues/filters/snoopfilter   mues/filters/participantproxy  

[Validate]