public class AWTReciver<T> extends Object implements xyz.cofe.common.Reciver<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
awtSync |
protected xyz.cofe.common.Reciver<T> |
reciver |
| Constructor and Description |
|---|
AWTReciver() |
AWTReciver(xyz.cofe.common.Reciver<T> r) |
AWTReciver(xyz.cofe.common.Reciver<T> r,
boolean awtSync) |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.common.Reciver<T> |
getReciver() |
boolean |
isAwtSync() |
void |
recive(T obj) |
void |
setAwtSync(boolean awtSync) |
void |
setReciver(xyz.cofe.common.Reciver<T> reciver) |
protected xyz.cofe.common.Reciver<T> reciver
protected boolean awtSync
public AWTReciver()
public AWTReciver(xyz.cofe.common.Reciver<T> r)
public AWTReciver(xyz.cofe.common.Reciver<T> r, boolean awtSync)
Copyright © 2018. All rights reserved.