Uses of Interface
jade.core.Sink

Packages that use Sink
jade.core This package contains the microkernel of JADE system. 
jade.core.event   
 

Uses of Sink in jade.core
 

Methods in jade.core that return Sink
 Sink Service.getCommandSink(boolean side)
          Access the command sink this service uses to handle its own vertical commands.
 Sink BaseService.getCommandSink(boolean direction)
          This should be properly implemented by the services that have sinks.
 

Uses of Sink in jade.core.event
 

Methods in jade.core.event that return Sink
 Sink NotificationService.getCommandSink(boolean side)