Menu

an update

Arrg! This is taking forever. The latest word from my boss is that the corporate lawyers have ok'd releasing the src code under LGPL, and now all that needs to happen is for my boss to sit down with his boss and explain the LGPL license. The fact that we are really busy at work isn't really helping speed things along.

In the mean time I added more cool features. I added the ability to "extend" java classes and java interfaces. If you create a class that overrides a method in the java class it extends, and then pass an instance of that class to java code, calls to the overriden method will cause the objectscript method to be called, rather than the overriden java method. The same goes for interfaces. This is useful, for example, for creating AWT (or swing) user interfaces, because it lets you implement the various event listener interfaces.

Posted by Rob Clark 2001-03-04

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.