Tod’s Page
July 26, 2008
Extending Entrance With AppleScript
In an earlier note, I described how to make simple EntranceExtensions, which are Java classes implementing the EntranceExtension interface:
package com.dbentrance.entrance.tools;
import com.dbentrance.entrance.JavaClient;
public interface EntranceExtension {
public void go(JavaClient client);
}
Earlier posts:
Copyright (c) 2008 Tod Landis, All Rights Reserved
MySQL is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Java is a trademark or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.