Interface NetworkAdminASNListener
-
public interface NetworkAdminASNListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failed(NetworkAdminException error)
void
success(NetworkAdminASN asn)
-
-
-
Method Detail
-
success
void success(NetworkAdminASN asn)
-
failed
void failed(NetworkAdminException error)
-
-