home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / digsby_achievements / interfaces.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  1.3 KB  |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import protocols
  5.  
  6. class IThresholdAchievementPoster(protocols.Interface):
  7.     
  8.     def AchieveThreshold(type, threshold_passed, current_value):
  9.         pass
  10.  
  11.  
  12.  
  13. class IAccountAchievementPoster(protocols.Interface):
  14.     
  15.     def AchieveAccountAdded(protocol, name):
  16.         pass
  17.  
  18.  
  19.  
  20. class IMultiAccountAchievementPoster(protocols.Interface):
  21.     
  22.     def AchieveAccounts():
  23.         pass
  24.  
  25.  
  26. ALL_ACHIEVEMENT_INTERFACES = (IThresholdAchievementPoster, IAccountAchievementPoster, IMultiAccountAchievementPoster)
  27.