dk.klafbang.tincpn.animation.plugin
Class ShowString

java.lang.Object
  extended by dk.klafbang.tincpn.animation.plugin.ShowString

@Note(value="This was previously called ShowModal")
public class ShowString
extends java.lang.Object

ShowString allows you to display short string messages to the user.

Since:
1.0
Author:
Michael Westergaard
See Also:
Hello World example, Simple Protocol example

Constructor Summary
ShowString(java.lang.String header, java.lang.String id)
          Constructs a ShowString object.
 
Method Summary
 void displayMessage(java.lang.String message)
          Show a message to the user.
 void reset()
          Noop.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowString

public ShowString(java.lang.String header,
                  java.lang.String id)
Constructs a ShowString object.

Parameters:
header - a header that can be displayed with the string
id -
Method Detail

displayMessage

public void displayMessage(java.lang.String message)
Show a message to the user.

Parameters:
message - the message to show

reset

public void reset()
Noop. This object has no state.