de.unihalle.informatik.Alida.grappa
Class ALDGrappaWorkflowTabChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.ChangeEvent
          extended by de.unihalle.informatik.Alida.grappa.ALDGrappaWorkflowTabChangeEvent
All Implemented Interfaces:
Serializable

public class ALDGrappaWorkflowTabChangeEvent
extends ChangeEvent

Event data type to handle events happening in Grappa workflow tabs.

Author:
moeller
See Also:
Serialized Form

Field Summary
protected  String eventMessage
          Message string, freely configurable.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ALDGrappaWorkflowTabChangeEvent(Object s, String msg)
          Default constructor for events with messages.
 
Method Summary
 String getEventMessage()
          Returns individual message string.
 
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
 

Field Detail

eventMessage

protected String eventMessage
Message string, freely configurable.

Constructor Detail

ALDGrappaWorkflowTabChangeEvent

public ALDGrappaWorkflowTabChangeEvent(Object s,
                                       String msg)
Default constructor for events with messages.

Parameters:
s - Source object of the event.
msg - Event message.
Method Detail

getEventMessage

public String getEventMessage()
Returns individual message string.



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.