Add basic plugin communication ability.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 29 Oct 2010 19:41:01 +0000 (21:41 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 29 Oct 2010 19:41:01 +0000 (21:41 +0200)
commit725d85403a7b5e2bad4cef7369aba9db7b5c0b60
tree6a754e2c3ee415fa3f70db6effa3bb8cbc779534
parent2a38345ba7eb550e3ad84d3f38ed84ee0333c4fd
Add basic plugin communication ability.
src/main/java/net/pterodactylus/sone/freenet/wot/ConnectorListener.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/freenet/wot/ConnectorListenerManager.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/freenet/wot/PluginConnector.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/freenet/wot/PluginException.java [new file with mode: 0644]