net.sf.doolin.gui.message
Class GUIMessage<T>

java.lang.Object
  extended by net.sf.doolin.bus.SimpleMessage<T>
      extended by net.sf.doolin.gui.message.GUIMessage<T>
Type Parameters:
T - Type of parameter for the message

public class GUIMessage<T>
extends SimpleMessage<T>

Message for the bus.

Author:
Damien Coraboeuf

Constructor Summary
GUIMessage(T parameter)
          Constructor
 
Method Summary
 
Methods inherited from class net.sf.doolin.bus.SimpleMessage
getParameter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUIMessage

public GUIMessage(T parameter)
Constructor

Parameters:
parameter - Parameter for the message


Copyright © 2011. All Rights Reserved.