com.algosome.common.undoable
Class ChangeManagerEvent

java.lang.Object
  extended by com.algosome.common.undoable.ChangeManagerEvent

public class ChangeManagerEvent
extends java.lang.Object

Descriptor class with information regarding a ChangeManager change event.

Author:
Greg Cope

Constructor Summary
ChangeManagerEvent(ChangeManager source)
          Constructs a new Event.
 
Method Summary
 ChangeManager getSource()
          Retrieves the source ChangeManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeManagerEvent

public ChangeManagerEvent(ChangeManager source)
Constructs a new Event.

Parameters:
source - The source ChangeManager that fired the event.
Method Detail

getSource

public ChangeManager getSource()
Retrieves the source ChangeManager.

Returns: