public static class

StrokeEventArg.StrokeStatusChangeEventArg

extends StrokeEventArg
java.lang.Object
   ↳ com.htc.painting.engine.StrokeEventArg
     ↳ com.htc.painting.engine.StrokeEventArg.StrokeStatusChangeEventArg

Summary

Fields
public StrokeEventArg.StrokeStatus mNewValue
public StrokeEventArg.StrokeStatus mOldValue
[Expand]
Inherited Fields
From class com.htc.painting.engine.StrokeEventArg
Public Constructors
StrokeEventArg.StrokeStatusChangeEventArg(Stroke d, int groupId, StrokeEventArg.StrokeStatus oldValue, StrokeEventArg.StrokeStatus newValue)
[Expand]
Inherited Methods
From class com.htc.painting.engine.StrokeEventArg
From class java.lang.Object

Fields

public StrokeEventArg.StrokeStatus mNewValue

public StrokeEventArg.StrokeStatus mOldValue

Public Constructors

public StrokeEventArg.StrokeStatusChangeEventArg (Stroke d, int groupId, StrokeEventArg.StrokeStatus oldValue, StrokeEventArg.StrokeStatus newValue)