environmentevents.rb

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

This file contains a collection of environment event classes which are used to interact with Environment objects in the MUES. It is included in the list of files loaded by doing:

  require 'mues/events'

The classes defined in this file are:

MUES::EnvironmentEvent
An abstract class for events used to interact with MUES::Environment objects.
MUES::LoadEnvironmentEvent
An event class used for instructing the MUES::Engine to load a MUES::Environment.
MUES::UnloadEnvironmentEvent
An event class used to instruct the MUES::Engine to shut down and unload a MUES::Environment.

Synopsis

  require 'mues/events'

  LoadEnvironmentEvent.new( environmentNameString )
  UnloadEnvironmentEvent.new( environmentNameString )

Subversion ID

$Id: environmentevents.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/object   mues/exceptions   mues/events/privilegedevent  

[Validate]