Class PartListenerAdded<E extends MultipartEvent>

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

public final class PartListenerAdded<E extends MultipartEvent>
extends MultipartEvent
Fired whenever MultipartEventBus.addListener(Object, Class, EventListener) is called. This is fired before it is actually added.

This is provided only for

  • 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
    PartListenerAdded​(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