com.objectplanet.survey.event
Class EventListenerListNode

java.lang.Object
  extended by com.objectplanet.survey.event.EventListenerListNode
All Implemented Interfaces:
java.lang.Comparable

public class EventListenerListNode
extends java.lang.Object
implements java.lang.Comparable

Class that is used in the list of Listeners. Contains the ID of the resource being listened to, so that the correct list of listeners can be found according to which resource caused the event to be fired. The lisetners lists are sorted by list id.

Author:
Torgeir Lund
Created:
03. November 2005

Constructor Summary
EventListenerListNode()
           
 
Method Summary
 int compareTo(java.lang.Object node)
          Implementation of the Comparable interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventListenerListNode

public EventListenerListNode()
Method Detail

compareTo

public int compareTo(java.lang.Object node)
Implementation of the Comparable interface.

Specified by:
compareTo in interface java.lang.Comparable
See Also:
Comparable.compareTo(java.lang.Object)

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016