summaryrefslogtreecommitdiffstats
blob: 683c3165c2a2e9d8ea45c57201b3b029451b4c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2010, Isode Limited, London, England.
 * All rights reserved.
 */
/*
 * Copyright (c) 2010, Remko Tronçon.
 * All rights reserved.
 */

package com.isode.stroke.queries;

import com.isode.stroke.elements.IQ;

interface IQReceivedHandler {
    void handleIQ(IQ iq);
}