Package com.salas.bb.utils.apple

Examples of com.salas.bb.utils.apple.IAppleApplicationListener


     *
     * @param ipc IPC module.
     */
    public static void setupIPC(final IPC ipc)
    {
        AppleApplication.addApplicationListener(new IAppleApplicationListener()
        {
            /**
             * Invoked when Finder gives the command to open some file.
             *
             * @param filename file name.
View Full Code Here

TOP

Related Classes of com.salas.bb.utils.apple.IAppleApplicationListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.