Project

General

Profile

« Previous | Next » 

Revision fe82a979

Added by Leszek Koltunski almost 7 years ago

Progress with support for Effect classes.

View differences:

src/main/java/org/distorted/library/message/EffectMessage.java
21 21

  
22 22
///////////////////////////////////////////////////////////////////////////////////////////////////
23 23

  
24
import org.distorted.library.main.DistortedEffects;
25

  
24 26
/**
25 27
* Defines all possible events a class implementing the {@link EffectListener} interface can receive.
26 28
*/
......
30 32
/**
31 33
 * The effect has been removed. This can happen if:
32 34
 * <ul>
33
 * <li> someone explicitly removed the effect with a call to {@link org.distorted.library.DistortedEffects#abortEffect(long)}
35
 * <li> someone explicitly removed the effect with a call to {@link DistortedEffects#abortEffect(long)}
34 36
 *      (or one of the other 'abort' methods)
35 37
 * <li> the interpolation of the effect has finished and the end result is equal to the effect's unity.
36 38
 * </ul>    

Also available in: Unified diff