vooga.gameEngine.event
Class PauseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by vooga.gameEngine.event.PauseEvent
All Implemented Interfaces:
java.io.Serializable, PausableEvent

public class PauseEvent
extends java.util.EventObject
implements PausableEvent

Event to be fired if a request to pause or resume the game is made.

Author:
Scott Brothers, Geoffrey Lawler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PauseEvent(java.lang.Object source)
          Default constructor for a PauseEvent.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PauseEvent

public PauseEvent(java.lang.Object source)
Default constructor for a PauseEvent.

Parameters:
source - that fired the event