| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
When is the MRJOpenDocumentHandler called? Is that defined? What does it
depend on?
I have an application which does the following:
public class MyApp
{
public static void main(String[] args)
{
new MyApp().start();
}
public MyApp()
{
// [...]
}
public void start()
{
// [...]
}
}
When I run it on my machine, I see that the constructor and the start()
method are both called before the MRJOpenDocumentHandler get called. I need
to know if this is something I can rely on or if this is dependant on
something.
| References: | |
| >Open Handler, when is it called? (From: Steve Roy <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.