Quantcast
Channel: Search Results For: domain:codeporting.com
Viewing all articles
Browse latest Browse all 32

Convert C# Events to Java using CodePorting App

$
0
0

In my previous post, I discussed about converting C# method names to java style using codeporting App and in this post I am going to feature another important aspect that is converting C# events to java. Events are integral parts of Windows form or Web Application and are also used in multitasking applications to control the flow and messages. Events allow classes or objects to interact with other classes of objects when something of their interest occurs. Event sender class is called publisher and the class that receives that event is called subscriber.


Viewing all articles
Browse latest Browse all 32

Trending Articles