public abstract class RecvNotify<N extends InvarCodec.ProtocNotify> extends Object
| Constructor and Description |
|---|
RecvNotify(Class<N> nClass) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handle(N notify,
RecvContext context) |
static <N extends InvarCodec.ProtocNotify,C extends RecvContext> |
recv(C ctx,
N ntf) |
public static <N extends InvarCodec.ProtocNotify,C extends RecvContext> int recv(C ctx, N ntf)
public abstract void handle(N notify, RecvContext context)
Copyright © 2015–2023 The Struqt Project. All rights reserved.