Uses of Class
kfmes.natelib.entity.GroupList

Packages that use GroupList
kfmes.natelib NateOn messenger 를 구현한 패키지 
kfmes.natelib.event NateOn messenger 에서 발생하는 이벤트들 
 

Uses of GroupList in kfmes.natelib
 

Fields in kfmes.natelib declared as GroupList
 GroupList NotificationProcessor.grouplist
           
 

Methods in kfmes.natelib that return GroupList
 GroupList NateonMessenger.getBuddyGroup()
           
 

Methods in kfmes.natelib with parameters of type GroupList
 void NateonMessenger.fireBuddyListInit(GroupList grouplist)
           
 

Uses of GroupList in kfmes.natelib.event
 

Methods in kfmes.natelib.event with parameters of type GroupList
 void NateListener.buddyListInit(GroupList grouplist)
           
 void NateAdapter.buddyListInit(GroupList grouplist)