net.sourceforge.mflow.api
Interface MsgChangeEvent

All Superinterfaces:
java.io.Serializable

public interface MsgChangeEvent
extends java.io.Serializable

An event thrown when a Msg object changes

Version:
$Revision: 1.3 $
Author:
David Carr

Method Summary
 java.lang.Object getSource()
          The object on which the Event initially occurred.
 java.lang.String toString()
          Returns a String representation of this EventObject.
 

Method Detail

getSource

java.lang.Object getSource()
The object on which the Event initially occurred.

Returns:
The object on which the Event initially occurred.

toString

java.lang.String toString()
Returns a String representation of this EventObject.

Overrides:
toString in class java.lang.Object
Returns:
A a String representation of this EventObject.


Copyright © 2002-2004 MFlow Group. All Rights Reserved.