Uses of Interface
org.miv.mbox.MBoxListener

Packages that use MBoxListener
org.miv.mbox   
org.miv.mbox.net   
 

Uses of MBoxListener in org.miv.mbox
 

Classes in org.miv.mbox that implement MBoxListener
 class MBoxBase
          MBox default implementation usable as base class.
 class MBoxStandalone
          Implementation of a message box to be used without having to inherit it.
 

Fields in org.miv.mbox with type parameters of type MBoxListener
protected  ArrayList<MBoxListener> MBoxStandalone.listeners
          Listener for this message box.
 

Methods in org.miv.mbox with parameters of type MBoxListener
 void MBoxStandalone.addListener(MBoxListener listener)
          Add a listener for this message box.
 void MBoxStandalone.removeListener(MBoxListener listener)
          Remove a listener.
 void MBoxStandalone.setListener(MBoxListener listener)
          Deprecated. 
 

Constructors in org.miv.mbox with parameters of type MBoxListener
MBoxStandalone(MBoxListener listener)
          New empty message box dispatching messages to a given listener.
 

Uses of MBoxListener in org.miv.mbox.net
 

Methods in org.miv.mbox.net with parameters of type MBoxListener
 MBoxStandalone Receiver.register(String name, MBoxListener listener)
          Register a message box listener for incoming messages.
 



Copyright © 2011. All Rights Reserved.