JPProxy update

This commit is contained in:
Jindra Petk
2011-07-16 12:40:49 +02:00
parent 991b08d8bc
commit 49a8fd03bf
24 changed files with 2419 additions and 1577 deletions

View File

@@ -0,0 +1,6 @@
package com.jpexs.proxy;
public interface Cleanable
{
public void clean();
}