rle.core.event
Class CommandSetChangeEvent

java.lang.Object
  extended by rle.core.event.CommandSetChangeEvent

public class CommandSetChangeEvent
extends java.lang.Object

Represents a CommandSet change.


Constructor Summary
CommandSetChangeEvent(CommandSet oldSet, CommandSet newSet)
           
 
Method Summary
 CommandSet newSet()
           
 CommandSet oldSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandSetChangeEvent

public CommandSetChangeEvent(CommandSet oldSet,
                             CommandSet newSet)
Method Detail

oldSet

public CommandSet oldSet()

newSet

public CommandSet newSet()