Class PartListenerRemoved<E extends MultipartEvent>

java.lang.Object
alexiil.mc.lib.multipart.api.event.MultipartEvent
alexiil.mc.lib.multipart.api.event.PartListenerRemoved<E>

public final class PartListenerRemoved<E extends MultipartEvent>
extends MultipartEvent
Fired whenever MultipartEventBus.removeListeners(Object) is called. This is fired once for every listener that was removed, after it is actually removed.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Class<E> eventClass  
    EventListener<E> eventListener  
    java.lang.Object key  
  • Constructor Summary

    Constructors 
    Constructor Description
    PartListenerRemoved​(java.lang.Object key, java.lang.Class<E> eventClass, EventListener<E> eventListener)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait