SyntaxFix
Write A Post
Hire A Developer
Questions
1 - Common Java setter idiom:
public void setFoo(int foo) { this.foo = foo; }
2 - When calling a function with this object as a parameter
notifier.addListener(this);