loginevents.rb

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

A collection of classes that can be used by the login questionnaire to communicate with the Engine.

This file contains the definitions for the following event classes:

MUES::LoginEvent
Abstract base class for MUES::LoginEvent objects.
MUES::LoginFailureEvent
A LoginEvent class for indicating a failed login session.
MUES::LoginAuthEvent
A LoginEvent class for indicating a successful login session.

Synopsis

  require 'mues/events/loginevents'

Subversion ID

$Id: loginevents.rb 1215 2004-06-14 06:02:09Z 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]