@FunctionalInterface public interface BiParameterizedCommand<T,U>
BiConsumer
This was deliberately created in addition to the existing GWT Command to allow better
re-use of menu structures when a WorkbenchPart is embedded within Eclipse.
This is the two-arity specialization of ParameterizedCommand
Modifier and Type | Method and Description |
---|---|
void |
execute(T parameter1,
U parameter2) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.