Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/port80/eclipse/util/IHistoryListener.java


1   package com.port80.eclipse.util;
2   
3   /**
4    * @author chrisl
5    *
6    * To change this generated comment edit the template variable "typecomment":
7    * Window>Preferences>Java>Templates.
8    */
9   public interface IHistoryListener {
10          void gotoObject(Object a);
11          void updateHistoryStatus(boolean canGoBack,boolean canGoForward, Object prev, Object next);
12  }