public interface ICommandFactory
Modifier and Type | Method and Description |
---|---|
IFactoryInstantiator<?> |
getInstantiator() |
String |
getStatus()
Returns the status to display in the status line in
the command factory toolbar
|
void |
start(Object requester)
Invoked when the user selects this command factory (through
the command toolbar, the context menu, or implicitely by editing
a field in the inspector).
|
void |
stop()
Invoked when this command factory terminates its lifecycle (on
its own accord or because or because another command factory
preempts it, or because the end-user terminates it)
|
IFactoryInstantiator<?> getInstantiator()
String getStatus()
void start(Object requester)
requester
- The object requesting this command to startvoid stop()
Copyright © 2018. All Rights Reserved.