public class BlackListingListener extends AbstractListeners.SingleArgumentListener
language
Constructor and Description |
---|
BlackListingListener(DrawingStepHandler stepHandler) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleValue(GraphDrawer drawer,
MouseEvent event,
Value value) |
protected void |
handleVariable(GraphDrawer drawer,
MouseEvent event,
Variable variable) |
protected boolean |
shouldHandle(MouseEvent event) |
handleUnknown, mouseEvent
public BlackListingListener(DrawingStepHandler stepHandler)
protected boolean shouldHandle(MouseEvent event)
shouldHandle
in class AbstractListeners.SingleArgumentListener
protected void handleValue(GraphDrawer drawer, MouseEvent event, Value value)
handleValue
in class AbstractListeners.SingleArgumentListener
protected void handleVariable(GraphDrawer drawer, MouseEvent event, Variable variable)
handleVariable
in class AbstractListeners.SingleArgumentListener