|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.miginfocom.ashape.interaction.AbstractInteractionBroker
com.miginfocom.ashape.interaction.AShapeAnimatorBroker
public class AShapeAnimatorBroker
A broker that aggregates a number of Animators and start/stops them as well as
possibly other things.
Is a singleton. Use getInstance() to get the single needed instance.
| Method Summary | |
|---|---|
static AShapeAnimatorBroker |
getInstance()
Returns the single needed instance. |
boolean |
handleCommand(Interactor interactor,
Command cmd,
java.awt.event.InputEvent e)
Handels one command. |
| Methods inherited from class com.miginfocom.ashape.interaction.AbstractInteractionBroker |
|---|
handleCommands |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AShapeAnimatorBroker getInstance()
public boolean handleCommand(Interactor interactor,
Command cmd,
java.awt.event.InputEvent e)
AbstractInteractionBroker
handleCommand in class AbstractInteractionBrokerinteractor - The interactor the the interaction originated fromcmd - The command that is to be executede - The event that started the interaction, if any.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||