Re: [tcljava-user] Java Keyword - "this".
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2005-10-28 15:26:06
|
On Fri, Oct 28, 2005 at 11:22:52AM +0800, PFi...@hb... wrote: > How do I code the java keyword "this" in JACL? > > JAVA Code. > > adminClient.addNotificationListener(nodeAgent, this, null, null); > > JACL Code. > > $AdminClientI addNotificationListener $nodeAgent this $nullI $nullI > Wouldn't you just just $AdminClientI, as in: $AdminClientI addNotificationListener $nodeAgent $AdminClientI $nullI $null -- Tom Poindexter tpo...@ny... http://www.nyx.net/~tpoindex/ |