Uses of Class
jade.core.event.PlatformEvent
-
Packages that use PlatformEvent Package Description jade.core.event jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. -
-
Uses of PlatformEvent in jade.core.event
Methods in jade.core.event with parameters of type PlatformEvent Modifier and Type Method Description voidPlatformListener. addedContainer(PlatformEvent ev)voidPlatformListener. bornAgent(PlatformEvent ev)voidPlatformListener. deadAgent(PlatformEvent ev)voidPlatformListener. frozenAgent(PlatformEvent ev)voidPlatformListener. movedAgent(PlatformEvent ev)voidPlatformListener. removedContainer(PlatformEvent ev)voidPlatformListener. resumedAgent(PlatformEvent ev)voidPlatformListener. suspendedAgent(PlatformEvent ev)voidPlatformListener. thawedAgent(PlatformEvent ev) -
Uses of PlatformEvent in jade.domain
Methods in jade.domain with parameters of type PlatformEvent Modifier and Type Method Description voidAMSEventQueueFeeder. addedContainer(PlatformEvent ev)voidAMSEventQueueFeeder. bornAgent(PlatformEvent ev)voidAMSEventQueueFeeder. changedAgentPrincipal(PlatformEvent ev)voidAMSEventQueueFeeder. changedContainerPrincipal(PlatformEvent ev)voidAMSEventQueueFeeder. deadAgent(PlatformEvent ev)voidAMSEventQueueFeeder. frozenAgent(PlatformEvent ev)voidAMSEventQueueFeeder. movedAgent(PlatformEvent ev)voidAMSEventQueueFeeder. removedContainer(PlatformEvent ev)voidAMSEventQueueFeeder. resumedAgent(PlatformEvent ev)voidAMSEventQueueFeeder. suspendedAgent(PlatformEvent ev)voidAMSEventQueueFeeder. thawedAgent(PlatformEvent ev)
-