com.interfaceware.chameleon
Interface GenerateMessage


public interface GenerateMessage

This interface handles generating message events. This is not a core part of the Chameleon Java API. This interface makes it convenient to load objects that support this interface into a combobox. In older versions of Chameleon, this was used in the generated example Java application. Current versions of Chameleon no longer use this interface, but it is retained for backwards compatibility.


Method Summary
 java.lang.String description()
          Get the description of the message generator.
 java.lang.String generateMessage(Engine AEngine)
          Convert a message into string format using the specified Engine.
 

Method Detail

description

java.lang.String description()
Get the description of the message generator.


generateMessage

java.lang.String generateMessage(Engine AEngine)
                                 throws ChameleonException
Convert a message into string format using the specified Engine. This does it's actual work by invoking the generateMessage method on a Message object.

Throws:
ChameleonException