aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/detrav/proxies/CommonProxy.java
blob: 3d5fe20186fb262d706234eec078afd2fc43e506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.detrav.proxies;

/**
 * Created by wital_000 on 19.03.2016.
 */
public class CommonProxy {

    public void onLoad()
    {

    }

    public void onPostLoad()
    {

    }
}