vooga.levelEditor.game.ballPathBuilder.events
Class GameResetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by vooga.levelEditor.game.ballPathBuilder.events.GameResetEvent
All Implemented Interfaces:
java.io.Serializable

public class GameResetEvent
extends java.util.EventObject

An event which is fired when the user tries to reset the level.

Author:
Ben Getson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GameResetEvent(java.lang.Object arg0)
           
 
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

GameResetEvent

public GameResetEvent(java.lang.Object arg0)