Exemplo n.º 1
0
 /** An editor represents the server for distributing Assignments. And is required. */
 public void setEditor(Editor editor) {
   this.editor = editor;
   editor.setIParty(this);
 }
Exemplo n.º 2
0
 /** An editor represents the server for distributing Assignments. And is required. */
 public IParty(Editor editor) {
   this.editor = editor;
   editor.setIParty(this);
 }