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

Quick Search    Search Deep

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

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

public class MovesSetEvent
extends BoardEvent


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

MovesSetEvent

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