org.jboss.portal.core.admin.ui.coordination
Class EventWiringManagerBean.DisplayEventWiring
java.lang.Object
org.jboss.portal.core.admin.ui.coordination.EventWiringManagerBean.DisplayEventWiring
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- EventWiringManagerBean
public static class EventWiringManagerBean.DisplayEventWiring
- extends java.lang.Object
- implements java.lang.Comparable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEventInfo
public EventWiringInfo getEventInfo()
getName
public java.lang.String getName()
getSourceWindows
public java.util.List<Window> getSourceWindows()
getSourceEvents
public java.util.List<javax.xml.namespace.QName> getSourceEvents()
getDestinationWindows
public java.util.List<Window> getDestinationWindows()
getDestinationEvents
public java.util.List<javax.xml.namespace.QName> getDestinationEvents()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable