edu.gatech.cs2335.lemmings.engine
Class LevelExit

java.lang.Object
  extended byedu.gatech.cs2335.lemmings.engine.Portal
      extended byedu.gatech.cs2335.lemmings.engine.LevelExit
All Implemented Interfaces:
ICleanable

public class LevelExit
extends Portal

Class LevelExit: This is where lemmings exit a level.

 Revision History:
     v1.0 (Mar. 28, 2004) - Created the LevelExit class
 

Version:
Version 1.0, Mar. 28, 2004
Author:
Vladimir Urazov

Constructor Summary
LevelExit()
          Creates a new LevelExit instance.
 
Method Summary
 void processLemmingEntry(Lemming l)
          This function will be called when a lemming enters this portal.
 
Methods inherited from class edu.gatech.cs2335.lemmings.engine.Portal
cleanUp, getAnimation, getExtent, getParent, getPhysics, setAnimation, setExtent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelExit

public LevelExit()
Creates a new LevelExit instance.

Method Detail

processLemmingEntry

public void processLemmingEntry(Lemming l)
This function will be called when a lemming enters this portal.

Specified by:
processLemmingEntry in class Portal
Parameters:
l - a Lemming value