Module de.haumacher.msgbuf
Package de.haumacher.msgbuf.graph.cmd
Interface Command.Visitor<R,A,E extends Throwable>
-
- All Superinterfaces:
ListUpdate.Visitor<R,A,E>
- Enclosing class:
- Command
public static interface Command.Visitor<R,A,E extends Throwable> extends ListUpdate.Visitor<R,A,E>
Visitor interface for theCommandhierarchy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(SetProperty self, A arg)Visit case forSetProperty.-
Methods inherited from interface de.haumacher.msgbuf.graph.cmd.ListUpdate.Visitor
visit, visit
-
-
-
-
Method Detail
-
visit
R visit(SetProperty self, A arg) throws E extends Throwable
Visit case forSetProperty.
-
-