public abstract static class DockUtilities.DockVisitor extends Object
Constructor and Description |
---|
DockVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
handleDockable(Dockable dockable)
Invoked to visit
dockable . |
void |
handleDockStation(DockStation station)
Invoked to visit
station . |
public void handleDockable(Dockable dockable)
dockable
.dockable
- the visited elementpublic void handleDockStation(DockStation station)
station
.station
- the visited element