org.semispace
Class ListenerHolder
java.lang.Object
  
org.semispace.ListenerHolder
public class ListenerHolder
- extends Object
 
Holds a reference to the listener, including how long it shall live.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ListenerHolder
public ListenerHolder(long id,
                      SemiEventListener listener,
                      long liveUntil,
                      Map<String,String> map)
getListener
public SemiEventListener getListener()
 
getLiveUntil
public long getLiveUntil()
 
getSearchMap
public Map<String,String> getSearchMap()
 
getId
public long getId()
 
setLiveUntil
protected void setLiveUntil(long liveUntil)
 
Copyright © 2008-2012. All Rights Reserved.