I need to Use C# Delegates functionality in Java, I saw one link for Delegator.jar to Provide Delagate Functionality in Java. I didn't find any usage of Deleagtor any where. So please share your knowledge about in Delegator.jar
Thanks
|
I need to Use C# Delegates functionality in Java, I saw one link for Delegator.jar to Provide Delagate Functionality in Java. I didn't find any usage of Deleagtor any where. So please share your knowledge about in Delegator.jar Thanks |
|||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Id don't think its actually possible, I used interface instead of that, |
|||
|
|
There are no delegates in java. Usually, anonymous nested classes are used instead. |
|||
|
|
You could try doing this
I don't know if that answers your question specifically but in java you not use delegates so this would probably be the next closest thing, that or interfaces. |
|||
|
|