Class Subscription

java.lang.Object
org.rspeer.event.Subscription

public class Subscription extends Object
  • Constructor Details

    • Subscription

      public Subscription(Class<?> type, Object reference, Method address, boolean async)
  • Method Details

    • delegate

      public void delegate(Event event)
    • isParameterAnnotationPresent

      public boolean isParameterAnnotationPresent(Class<? extends Annotation> annotation)
    • getType

      public Class<?> getType()
    • getReference

      public Object getReference()
    • getAddress

      public Method getAddress()
    • isAsync

      public boolean isAsync()