Uses of Interface
com.kuka.comm.ServerListener

Packages that use ServerListener
com.kuka.comm Public interfaces for navigation communication framework. 
 

Uses of ServerListener in com.kuka.comm
 

Classes in com.kuka.comm that implement ServerListener
 class BaseServerListener
          The corresponding adapter class for the ServerListener class that implements all event methods with an empty method body.
 

Methods in com.kuka.comm with parameters of type ServerListener
 void Server.addServerListener(ServerListener listener)
          Method to add a new listener for this server.
 void AbstractServer.addServerListener(ServerListener listener)
           
 void Server.removeServerListener(ServerListener listener)
          Method to remove a ServerListener from internal list of listeners.
 void AbstractServer.removeServerListener(ServerListener listener)
           
 



Copyright © 2019. All rights reserved.