Module de.haumacher.msgbuf
Package de.haumacher.msgbuf.graph.cmd
Interface ListUpdate.Visitor<R,A,E extends Throwable>
- All Known Subinterfaces:
Command.Visitor<R,A, E>
- Enclosing class:
- ListUpdate
public static interface ListUpdate.Visitor<R,A,E extends Throwable>
Visitor interface for the
ListUpdate hierarchy.-
Method Summary
Modifier and TypeMethodDescriptionvisit(InsertElement self, A arg) Visit case forInsertElement.visit(RemoveElement self, A arg) Visit case forRemoveElement.
-
Method Details
-
visit
Visit case forInsertElement. -
visit
Visit case forRemoveElement.
-