|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.FSMovieEvent
public class FSMovieEvent
Field Summary | |
---|---|
static int |
Begin
Deprecated. Identifies an event generated when an object in a movie begins to be encoded or decoded. |
static int |
Decode
Deprecated. Identifies an event generated while a movie is being decoded. |
static int |
Encode
Deprecated. Identifies an event generated while a movie is being encoded. |
static int |
End
Deprecated. Identifies an event generated when an object in a movie completes being encoded or decoded. |
static int |
Error
Deprecated. Identifies an error occurred while a movie is being encoded or decoded. |
static int |
Value
Deprecated. Identifies a value read from the binary Flash file as it is being decoded. |
Constructor Summary | |
---|---|
FSMovieEvent(int anAction,
int anEvent,
int aLocation,
int aLength,
java.lang.Object aValue)
Deprecated. Constructs an FSMovieEvent object reporting whether the event. |
Method Summary | |
---|---|
int |
getAction()
Deprecated. Returns the type of action that generated the event, either Decode when a movie is being decoded or Encode when a movie is being encoded. |
int |
getEvent()
Deprecated. Identifies the type of event that occurred. |
int |
getLength()
Deprecated. Identifies the number of bits involved when decoding a value. |
int |
getLocation()
Deprecated. Identifies the offset in bits from the start of the movie where the event occurred. |
java.lang.Object |
getValue()
Deprecated. Returns an object containing information on the event. |
java.lang.String |
toString()
Deprecated. Generates a string representation of the event object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int Encode
public static final int Decode
public static final int Begin
public static final int End
public static final int Error
public static final int Value
Constructor Detail |
---|
public FSMovieEvent(int anAction, int anEvent, int aLocation, int aLength, java.lang.Object aValue)
anAction
- identifies whether the event was generated while the movie was
being encoded or decoded.anEvent
- identifies the type of event, signalling either the start and
end of each object being decoded, a value decoded while will
be assigned to an object attributes or whether an error
occurred.aLocation
- identifies the offset in bits from the start of the movie
where the event occurred.aLength
- identifies the number of bits involved when decoding a value.
This is set to zero for Begin, End and Error events.aValue
- depends on the type of event generated. For Begin and End
events, aValue is a String containing the name of the object
being encoded or decoded. For Value events, aValue is an
object wrapping the value being decoded. For Error events,
aValue is an error message describing the error that occurred.Method Detail |
---|
public int getAction()
public int getEvent()
public int getLocation()
public int getLength()
public java.lang.Object getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |