Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Open Handler, when is it called?



Hi,

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.

Steve

--
Steve Roy <email@hidden>




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.