Uses of Class
twaver.network.interaction.InteractionEvent

Packages that use InteractionEvent
twaver.network   
 

Uses of InteractionEvent in twaver.network
 

Methods in twaver.network that return types with arguments of type InteractionEvent
 Dispatcher<InteractionEvent> Network.getInteractionDispatcher()
          获取交互事件派发器,可通过此派发器监听拓扑图交互事件
 

Methods in twaver.network with parameters of type InteractionEvent
 boolean Network.beforeInteractionEvent(InteractionEvent event)
          交互事件发生前回调此函数
 void Network.onInteractionEvent(InteractionEvent event)
          交互事件时回调此函数
 

Method parameters in twaver.network with type arguments of type InteractionEvent
 void Network.addInteractionListener(IListener<InteractionEvent> listener)
          添加交互监听
 void Network.removeInteractionListener(IListener<InteractionEvent> listener)
          删除交互监听