anima.message
Interface IMessage

All Known Implementing Classes:
JavaLocalMessage

public interface IMessage

Represents a message that a component can send to other.

Since:
29 sept 2007
Version:
1.0
Author:
Andre Santanche

Method Summary
 java.lang.String getLabel()
           
 java.lang.Object getParameters()
           
 ISourceMessage getSource()
           
 void setLabel(java.lang.String label)
           
 void setParameters(java.lang.Object parameters)
           
 void setSource(ISourceMessage source)
           
 

Method Detail

getLabel

java.lang.String getLabel()
Returns:
the label of the message

setLabel

void setLabel(java.lang.String label)
Parameters:
label - the label to set

getSource

ISourceMessage getSource()
Returns:
the source of the message

setSource

void setSource(ISourceMessage source)
Parameters:
source - the message source to set

getParameters

java.lang.Object getParameters()
Returns:
the parameters of the message

setParameters

void setParameters(java.lang.Object parameters)
Parameters:
parameters - the message parameters to set


Copyright © 2007. All Rights Reserved.