1 package org.jacorb.poa.gui; 2 3 22 23 29 public interface POAManagerMonitorController 30 { 31 void actionClosePOAMonitor(String name); 32 void actionCloseView(); 33 void actionDestroyPOA(String name); 34 void actionOpenPOAMonitor(String name); 35 void actionSetToActive(); 36 void actionSetToDiscarding(boolean wait); 37 void actionSetToHolding(boolean wait); 38 void actionSetToInactive(boolean wait, boolean etherialize); 39 } 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | Popular Tags |