by default this transient will wait until it has run once in all contexts. Set this to change make this transient execute only once in the first context that happens to execute it
()
| 563 | * by default this transient will wait until it has run once in all contexts. Set this to change make this transient execute only once in the first context that happens to execute it |
| 564 | */ |
| 565 | public Transient setOnceOnly() { |
| 566 | onceOnly = true; |
| 567 | return this; |
| 568 | } |
| 569 | |
| 570 | /** |
| 571 | * by default this transient will wait until it has run once in all contexts. Use this method to limit this to just some of the graphics contexts |
no outgoing calls
no test coverage detected