Uses of Interface
com.playtika.shepherd.common.PastureListener
Packages that use PastureListener
-
Uses of PastureListener in com.playtika.shepherd.common.pull
Methods in com.playtika.shepherd.common.pull with parameters of type PastureListenerModifier and TypeMethodDescription<Breed> PastureFarm.addBreedingPasture(Herd<Breed> herd, Class<Breed> breedClass, PastureListener<Breed> pastureListener) Here we come to Farm with our Pasture to graze specific Breeding Herd on it.Farm.addPasture(Herd<ByteBuffer> herd, PastureListener<ByteBuffer> pastureListener) Here we come to Farm with our Pasture to graze specific Herd on it. -
Uses of PastureListener in com.playtika.shepherd.common.push
Methods in com.playtika.shepherd.common.push with parameters of type PastureListenerModifier and TypeMethodDescription<Breed> Pasture<Breed>Farm.addBreedingPasture(String herdName, Class<Breed> breedClass, PastureListener<Breed> pastureListener) Here we come to Farm with our Pasture to graze specific Breeding Herd on it.Farm.addPasture(String herdName, PastureListener<ByteBuffer> pastureListener) Here we come to Farm with our Pasture to graze specific Herd on it.