cookxml.cookswt.util
Class ToolBarWrapListener

java.lang.Object
  extended bycookxml.cookswt.util.ToolBarWrapListener
All Implemented Interfaces:
Listener

public class ToolBarWrapListener
extends Object
implements Listener

This listener is used to recompute the size of of toolbar when resizing occurs.

Since:
CookSwt 1.0

Method Summary
static Listener getInstance()
           
 void handleEvent(Event e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Listener getInstance()

handleEvent

public void handleEvent(Event e)
Specified by:
handleEvent in interface Listener