Interface UserGroupBindListener

All Known Implementing Classes:
WebGuardUserGroupBindListener

public interface UserGroupBindListener
Author:
Kochetkov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBind(String userId, String groupId)
     
    void
    onUnBind(String userId, String groupId)
     
  • Method Details