Uses of Class
jade.core.Filter

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

Uses of Filter in jade.core
 

Methods in jade.core that return Filter
 Filter Service.getCommandFilter(boolean direction)
          Access the command filter this service needs to perform its tasks.
 Filter BaseService.getCommandFilter(boolean direction)
          This should be properly implemented by the services that have filters.
 

Uses of Filter in jade.core.event
 

Methods in jade.core.event that return Filter
 Filter NotificationService.getCommandFilter(boolean direction)