interface MessageInterface
{
    void    message   (String text);    
}

