1 package net.sourceforge.phpeclipse.wiki.actions.mediawiki.connect;
2 //Parts of this sources are copied and modified from the jEdit Wikipedia plugin:
3 //http://www.djini.de/software/wikipedia/index.html
5 //The modified sources are available under the "Common Public License"
6 //with permission from the original author: Daniel Wunsch
17 /** contains loaded remote content */
18 Loaded(String actionURL, String charSet, String title, Content content) {
19 this.actionURL = charSet;
21 this.content = content;