|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject y.anim.AnimationEvent
public class AnimationEvent
An event that is is used for the communication between an animation object or player and an animation listener.
Field Summary | |
---|---|
static int |
BEGIN
Event hint specifier. |
static int |
END
Event hint specifier. |
static int |
SHOW
Event hint specifier. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AnimationEvent(java.lang.Object src,
int hint)
Create a new instance of AnimationEvent with a given hint specifier. |
Method Summary | |
---|---|
int |
getHint()
Returns the event hint. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SHOW
public static final int BEGIN
public static final int END
Constructor Detail |
---|
public AnimationEvent(java.lang.Object src, int hint)
Method Detail |
---|
public int getHint()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |