Project

General

Profile

« Previous | Next » 

Revision cacc63de

Added by Leszek Koltunski over 7 years ago

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

View differences:

src/main/java/org/distorted/library/message/EffectMessage.java
30 30
/**
31 31
 * The effect has been removed. This can happen if:
32 32
 * <ul>
33
 * <li> someone explicitly removed the effect with a call to {@link org.distorted.library.DistortedObject#abortEffect(long)}
33
 * <li> someone explicitly removed the effect with a call to {@link org.distorted.library.DistortedEffects#abortEffect(long)}
34 34
 *      (or one of the other 'abort' methods)
35 35
 * <li> the interpolation of the effect has finished and the end result is equal to the effect's unity.
36 36
 * </ul>    
......
49 49
 * If then the end effect is equal to the effect's unity, then immediately after this message you
50 50
 * will also get a EFFECT_REMOVED message.
51 51
 */
52
  EFFECT_FINISHED,
53

  
54
  /**
55
 * The effect has failed to properly execute.
56
 * <p>
57
 * Currently only OTHER effects (saving to PNG file and to a MP4 movie) can fail.
58
 */
59
  EFFECT_FAILED
52
  EFFECT_FINISHED
60 53
  }
61 54

  
62 55
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff