org.objectweb.jac.aspects.gui.swing
Class CollaborationInitializer

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.swing.CollaborationInitializer
All Implemented Interfaces:
EventListener, MouseListener

public class CollaborationInitializer
extends Object
implements MouseListener


Constructor Summary
CollaborationInitializer()
           
 
Method Summary
static CollaborationInitializer get()
           
 void mouseClicked(MouseEvent event)
           
 void mouseEntered(MouseEvent event)
           
 void mouseExited(MouseEvent event)
           
 void mousePressed(MouseEvent event)
           
 void mouseReleased(MouseEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollaborationInitializer

public CollaborationInitializer()
Method Detail

get

public static CollaborationInitializer get()

mouseClicked

public void mouseClicked(MouseEvent event)
Specified by:
mouseClicked in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent event)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent event)
Specified by:
mouseExited in interface MouseListener

mousePressed

public void mousePressed(MouseEvent event)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent event)
Specified by:
mouseReleased in interface MouseListener