Thread
:
Function declaration problem.
View Single Post
#
2
(
permalink
)
07-18-2007, 08:36 PM
JavaBean
Moderator
Join Date: May 2007
Posts: 1,272
What about this? Is it working?
Code:
public Interface MyInterface { public void function1(final Object a); }
JavaBean
View Public Profile
Send a private message to JavaBean
Find all posts by JavaBean