forked from External/mage
docs: added additional comments and todos for "choose new targets" code
This commit is contained in:
parent
b6dbc782be
commit
a4daad1f92
2 changed files with 71 additions and 46 deletions
|
|
@ -40,7 +40,7 @@ public abstract class TargetImpl implements Target {
|
|||
|
||||
protected int targetTag; // can be set if other target check is needed (AnotherTargetPredicate)
|
||||
protected String chooseHint = null; // UI choose hints after target name
|
||||
protected boolean shouldReportEvents = true;
|
||||
protected boolean shouldReportEvents = true; // generates TARGET and TARGETED events (can be disabled in non targeting mode, e.g. on target change)
|
||||
|
||||
@Override
|
||||
public abstract TargetImpl copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue