package com.dgex.offspring.swt.table; public interface ICellActivateHandler { public void activate(Object element); }