In my HelloWorld console-based tool, I want to over-ride the "open" request so that the console displays a custom message when the session starts, for example:
Hello World Console
Today's date is 10/05/2009
open project://my_project/session_profiles/hw.ffsp
Welcome!
Hello World>
I am trying to insert the lines in bold above; what class do I over-ride to accomplish this?