Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

plugins.Chess.event
Class RedoEvent  view RedoEvent download RedoEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byplugins.Chess.event.BoardEvent
          extended byplugins.Chess.event.RedoEvent
All Implemented Interfaces:
java.io.Serializable

public class RedoEvent
extends BoardEvent


Field Summary
 
Fields inherited from class plugins.Chess.event.BoardEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RedoEvent(plugins.Chess.Board source, plugins.Chess.Move move)
          Creates a new instance of UndoEvent
 
Methods inherited from class plugins.Chess.event.BoardEvent
getMove
 
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

RedoEvent

public RedoEvent(plugins.Chess.Board source,
                 plugins.Chess.Move move)
Creates a new instance of UndoEvent