net.sf.doolin.gui.edit
Class GUIEditManagerUpdateMessage

java.lang.Object
  extended by net.sf.doolin.gui.edit.GUIEditManagerUpdateMessage

public class GUIEditManagerUpdateMessage
extends Object

This message is sent on the Bus when the state of a task manager is updated.

Author:
Damien Coraboeuf

Constructor Summary
GUIEditManagerUpdateMessage(GUIEditManager editManager)
          Constructor.
 
Method Summary
 GUIEditManager getEditManager()
          Gets the associated task manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIEditManagerUpdateMessage

public GUIEditManagerUpdateMessage(GUIEditManager editManager)
Constructor.

Parameters:
editManager - Task manager
Method Detail

getEditManager

public GUIEditManager getEditManager()
Gets the associated task manager

Returns:
Task manager


Copyright © 2011. All Rights Reserved.