12 lines
165 B
Java
12 lines
165 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.tridium.util;
|
|
|
|
import javax.baja.sys.Context;
|
|
|
|
public interface ContextThread {
|
|
public Context getContext();
|
|
}
|
|
|