src/main/java/xelfi/debugger/DebuggerCallback.java
author Jaroslav Tulach <jaroslav.tulach@xelfi.cz>
Tue, 17 Jan 2017 21:12:37 +0100
branchDirtyFix
changeset 10 fe294d0f1297
permissions -rw-r--r--
Making the project compilable
jaroslav@10
     1
/*
jaroslav@10
     2
 * To change this license header, choose License Headers in Project Properties.
jaroslav@10
     3
 * To change this template file, choose Tools | Templates
jaroslav@10
     4
 * and open the template in the editor.
jaroslav@10
     5
 */
jaroslav@10
     6
package xelfi.debugger;
jaroslav@10
     7
jaroslav@10
     8
/**
jaroslav@10
     9
 *
jaroslav@10
    10
 * @author devel
jaroslav@10
    11
 */
jaroslav@10
    12
interface DebuggerCallback {
jaroslav@10
    13
jaroslav@10
    14
}