Class EntityReceivedListener


  • public abstract class EntityReceivedListener
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract void entityReceived​(Entity entity)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityReceivedListener

        public EntityReceivedListener()
    • Method Detail

      • entityReceived

        protected abstract void entityReceived​(Entity entity)