Revision 07305c87
Added by Leszek Koltunski almost 9 years ago
| src/main/java/org/distorted/library/DistortedEffectQueues.java | ||
|---|---|---|
| 209 | 209 |
|
| 210 | 210 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 211 | 211 |
/** |
| 212 |
* Releases all resources. |
|
| 212 |
* Releases all resources. After this call, the queue should not be used anymore.
|
|
| 213 | 213 |
*/ |
| 214 | 214 |
public synchronized void delete() |
| 215 | 215 |
{
|
| ... | ... | |
| 230 | 230 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 231 | 231 |
/** |
| 232 | 232 |
* Adds the calling class to the list of Listeners that get notified each time some event happens |
| 233 |
* to one of the Effects that are currently applied to the DistortedObject.
|
|
| 233 |
* to one of the Effects in those queues. Nothing will happen if 'el' is already in the list.
|
|
| 234 | 234 |
* |
| 235 | 235 |
* @param el A class implementing the EffectListener interface that wants to get notifications. |
| 236 | 236 |
*/ |
Also available in: Unified diff
Minor