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

Quick Search    Search Deep

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

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

public class UndoEvent
extends BoardEvent


Field Summary
 
Fields inherited from class plugins.Chess.event.BoardEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UndoEvent(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

UndoEvent

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