blueme.messenger.kernel
Class UpdateListFromServerTicket

java.lang.Object
  extended by blueme.messenger.kernel.UpdateListFromServerTicket
All Implemented Interfaces:
iSynchTicket

public class UpdateListFromServerTicket
extends java.lang.Object
implements iSynchTicket


Field Summary
 
Fields inherited from interface blueme.messenger.kernel.iSynchTicket
TTL
 
Constructor Summary
UpdateListFromServerTicket(iKernel_Ticket kernel)
          Creates a new instance of UpdateListFromServerTicket
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean run()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateListFromServerTicket

public UpdateListFromServerTicket(iKernel_Ticket kernel)
Creates a new instance of UpdateListFromServerTicket

Method Detail

run

public boolean run()
Specified by:
run in interface iSynchTicket

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object