public class ActorEventHandler extends java.lang.Object implements IActorSharedHandler, IActorConnectHandler
| Constructor and Description |
|---|
ActorEventHandler(IEditor edit,
android.content.res.Resources r,
android.app.Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
void |
combo(IActorTap t,
IBlueprint b) |
void |
createFocus(IActorTap v) |
MyFocusControl |
getFocusControl() |
android.content.res.Resources |
getResources() |
void |
onAdd(Actor p,
IActorTap v,
IBlueprint b,
IPoint pos) |
boolean |
onAttach(IActorTap t1,
IActorTap t2,
Actor a1,
Actor a2,
TapChainEditor.InteractionType type) |
void |
onConnect(IActorTap iActorTap,
IPathTap iPathTap,
IActorTap iActorTap2,
LinkType linkType) |
void |
onLockedScroll(IActorEditor edit,
IActorTap tap,
IPoint wp) |
public ActorEventHandler(IEditor edit, android.content.res.Resources r, android.app.Activity activity)
public android.content.res.Resources getResources()
getResources in interface IGenericSharedHandler<IActorEditor,Actor,IActorTap>public void createFocus(IActorTap v)
createFocus in interface IGenericSharedHandler<IActorEditor,Actor,IActorTap>public boolean onAttach(IActorTap t1, IActorTap t2, Actor a1, Actor a2, TapChainEditor.InteractionType type)
onAttach in interface IGenericSharedHandler<IActorEditor,Actor,IActorTap>public void onLockedScroll(IActorEditor edit, IActorTap tap, IPoint wp)
onLockedScroll in interface IGenericSharedHandler<IActorEditor,Actor,IActorTap>public void onAdd(Actor p, IActorTap v, IBlueprint b, IPoint pos)
onAdd in interface IGenericSharedHandler<IActorEditor,Actor,IActorTap>public void combo(IActorTap t, IBlueprint b)
public MyFocusControl getFocusControl()
getFocusControl in interface IGenericSharedHandler<IActorEditor,Actor,IActorTap>