se.lth.cs.realtime.event
Class RTEventDispatcher.Subscription

java.lang.Object
  extended byse.lth.cs.realtime.event.RTEventDispatcher.Subscription
Enclosing class:
RTEventDispatcher

protected static class RTEventDispatcher.Subscription
extends java.lang.Object


Field Summary
(package private)  RTEventListener listener
           
(package private)  int priority
           
(package private)  java.lang.Object type
           
 
Constructor Summary
(package private) RTEventDispatcher.Subscription(RTEventListener address, int priority, java.lang.Object type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

RTEventListener listener

priority

int priority

type

java.lang.Object type
Constructor Detail

RTEventDispatcher.Subscription

RTEventDispatcher.Subscription(RTEventListener address,
                               int priority,
                               java.lang.Object type)