37fd77f8ccb5b96e677ee0245f93f7e1fe718883
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
1 /**
2  * © 2008 INA Service GmbH
3  */
4 package net.pterodactylus.util.fcp;
5
6 /**
7  * Adapter for {@link FcpListener}.
8  * 
9  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
10  * @version $Id$
11  */
12 public class FcpAdapter implements FcpListener {
13
14         /**
15          * @see FcpListener#receivedNodeHello(FcpConnection, NodeHello)
16          */
17         public void receivedNodeHello(FcpConnection fcpConnection, NodeHello nodeHello) {
18                 /* empty. */
19         }
20
21         /**
22          * @see FcpListener#receivedCloseConnectionDuplicateClientName(FcpConnection,
23          *      CloseConnectionDuplicateClientName)
24          */
25         public void receivedCloseConnectionDuplicateClientName(FcpConnection fcpConnection, CloseConnectionDuplicateClientName closeConnectionDuplicateClientName) {
26                 /* empty. */
27         }
28
29         /**
30          * @see FcpListener#receivedSSKKeypair(FcpConnection, SSKKeypair)
31          */
32         public void receivedSSKKeypair(FcpConnection fcpConnection, SSKKeypair sskKeypair) {
33                 /* empty. */
34         }
35
36         /**
37          * @see FcpListener#receivedPeer(FcpConnection, Peer)
38          */
39         public void receivedPeer(FcpConnection fcpConnection, Peer peer) {
40                 /* empty. */
41         }
42
43         /**
44          * @see FcpListener#receivedEndListPeers(FcpConnection, EndListPeers)
45          */
46         public void receivedEndListPeers(FcpConnection fcpConnection, EndListPeers endListPeers) {
47                 /* empty. */
48         }
49
50         /**
51          * @see FcpListener#receivedPeerNote(FcpConnection, PeerNote)
52          */
53         public void receivedPeerNote(FcpConnection fcpConnection, PeerNote peerNote) {
54                 /* empty. */
55         }
56
57         /**
58          * @see FcpListener#receivedEndListPeerNotes(FcpConnection,
59          *      EndListPeerNotes)
60          */
61         public void receivedEndListPeerNotes(FcpConnection fcpConnection, EndListPeerNotes endListPeerNotes) {
62                 /* empty. */
63         }
64
65         /**
66          * @see FcpListener#receivedPeerRemoved(FcpConnection, PeerRemoved)
67          */
68         public void receivedPeerRemoved(FcpConnection fcpConnection, PeerRemoved peerRemoved) {
69                 /* empty. */
70         }
71
72         /**
73          * {@inheritDoc}
74          * 
75          * @see FcpListener#receivedNodeData(FcpConnection, NodeData)
76          */
77         public void receivedNodeData(FcpConnection fcpConnection, NodeData nodeData) {
78                 /* empty. */
79         }
80
81         /**
82          * {@inheritDoc}
83          * 
84          * @see FcpListener#receivedTestDDAReply(FcpConnection, TestDDAReply)
85          */
86         public void receivedTestDDAReply(FcpConnection fcpConnection, TestDDAReply testDDAReply) {
87                 /* empty. */
88         }
89
90         /**
91          * @see FcpListener#receivedTestDDAComplete(FcpConnection, TestDDAComplete)
92          */
93         public void receivedTestDDAComplete(FcpConnection fcpConnection, TestDDAComplete testDDAComplete) {
94                 /* empty. */
95         }
96
97         /**
98          * @see FcpListener#receivedPersistentGet(FcpConnection, PersistentGet)
99          */
100         public void receivedPersistentGet(FcpConnection fcpConnection, PersistentGet persistentGet) {
101                 /* empty. */
102         }
103
104         /**
105          * @see FcpListener#receivedPersistentPut(FcpConnection, PersistentPut)
106          */
107         public void receivedPersistentPut(FcpConnection fcpConnection, PersistentPut persistentPut) {
108                 /* empty. */
109         }
110
111         /**
112          * @see FcpListener#receivedEndListPersistentRequests(FcpConnection,
113          *      EndListPersistentRequests)
114          */
115         public void receivedEndListPersistentRequests(FcpConnection fcpConnection, EndListPersistentRequests endListPersistentRequests) {
116                 /* empty. */
117         }
118
119         /**
120          * @see FcpListener#receivedURIGenerated(FcpConnection, URIGenerated)
121          */
122         public void receivedURIGenerated(FcpConnection fcpConnection, URIGenerated uriGenerated) {
123                 /* empty. */
124         }
125
126         /**
127          * @see FcpListener#receivedDataFound(FcpConnection, DataFound)
128          */
129         public void receivedDataFound(FcpConnection fcpConnection, DataFound dataFound) {
130                 /* empty. */
131         }
132
133         /**
134          * @see FcpListener#receivedAllData(FcpConnection, AllData)
135          */
136         public void receivedAllData(FcpConnection fcpConnection, AllData allData) {
137                 /* empty. */
138         }
139
140         /**
141          * @see FcpListener#receivedSimpleProgress(FcpConnection, SimpleProgress)
142          */
143         public void receivedSimpleProgress(FcpConnection fcpConnection, SimpleProgress simpleProgress) {
144                 /* empty. */
145         }
146
147         /**
148          * @see FcpListener#receivedStartedCompression(FcpConnection,
149          *      StartedCompression)
150          */
151         public void receivedStartedCompression(FcpConnection fcpConnection, StartedCompression startedCompression) {
152                 /* empty. */
153         }
154
155         /**
156          * @see FcpListener#receviedFinishedCompression(FcpConnection,
157          *      FinishedCompression)
158          */
159         public void receviedFinishedCompression(FcpConnection fcpConnection, FinishedCompression finishedCompression) {
160                 /* empty. */
161         }
162
163         /**
164          * @see FcpListener#receivedUnknownPeerNoteType(FcpConnection,
165          *      UnknownPeerNoteType)
166          */
167         public void receivedUnknownPeerNoteType(FcpConnection fcpConnection, UnknownPeerNoteType unknownPeerNoteType) {
168                 /* empty. */
169         }
170
171         /**
172          * @see FcpListener#receivedUnknownNodeIdentifier(FcpConnection,
173          *      UnknownNodeIdentifier)
174          */
175         public void receivedUnknownNodeIdentifier(FcpConnection fcpConnection, UnknownNodeIdentifier unknownNodeIdentifier) {
176                 /* empty. */
177         }
178
179         /**
180          * @see FcpListener#receivedProtocolError(FcpConnection, ProtocolError)
181          */
182         public void receivedProtocolError(FcpConnection fcpConnection, ProtocolError protocolError) {
183                 /* empty. */
184         }
185
186         /**
187          * @see FcpListener#receivedMessage(FcpConnection, FcpMessage)
188          */
189         public void receivedMessage(FcpConnection fcpConnection, FcpMessage fcpMessage) {
190                 /* empty. */
191         }
192
193 }