1 package org.jacorb.poa.gui; 2 3 22 23 29 public interface POAManagerMonitorView { 30 void _addPOA(String name); 31 void _destroy(); 32 void _printMessage(String text); 33 void _removePOA(String name); 34 void _resetState(); 35 void _setToActive(); 36 void _setToDiscarding(boolean wait); 37 void _setToHolding(boolean wait); 38 void _setToInactive(boolean wait, boolean etherialize); 39 void _setVisible(boolean visible); 40 } 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | Popular Tags |