i3mclient.i3m
Interface StatusListener

All Known Implementing Classes:
I3MGUI, UserList

public interface StatusListener

Interface for listening status-changes.

Author:
Dirk Plate

Method Summary
 void statusChanged(int status)
          Called when status of the user changed.
 

Method Detail

statusChanged

public void statusChanged(int status)
Called when status of the user changed.

Parameters:
status - The new status of the user.